mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
Remove comment
This commit is contained in:
@@ -215,10 +215,6 @@ class UiTab extends React.Component {
|
|||||||
}, 2000)()
|
}, 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) {
|
formatTime(time) {
|
||||||
let hour = Math.floor(time / 60)
|
let hour = Math.floor(time / 60)
|
||||||
let minute = time % 60
|
let minute = time % 60
|
||||||
|
|||||||
Reference in New Issue
Block a user