mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
refactor past meeting
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// TODO format duraction in be ?
|
||||
|
||||
export const formatTime = (seconds: number): string => {
|
||||
let hours = Math.floor(seconds / 3600);
|
||||
let minutes = Math.floor((seconds % 3600) / 60);
|
||||
|
||||
Reference in New Issue
Block a user