Merge branch 'master' into feature/format-time-to-days

This commit is contained in:
Brian Choromanski
2021-12-06 06:09:21 -05:00
committed by GitHub

View File

@@ -731,10 +731,10 @@ async function runThePopup(messageListener?: MessageListener): Promise<void> {
}
/**
* Converts time in hours to 2d 5h 25.1
* Converts time in minutes to 2d 5h 25.1
* If less than 1 hour, just returns minutes
*
* @param {float} seconds
* @param {float} minutes
* @returns {string}
*/
function getFormattedHours(minutes) {