mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Remove comment
This commit is contained in:
@@ -215,10 +215,6 @@ class UiTab extends React.Component {
|
||||
}, 2000)()
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the total number of minutes and returns a string in the HH:MM format
|
||||
* @param {Number} time total number of minutes
|
||||
*/
|
||||
formatTime(time) {
|
||||
let hour = Math.floor(time / 60)
|
||||
let minute = time % 60
|
||||
|
||||
Reference in New Issue
Block a user