mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Working on the hidde restore action if already a restauration is waiting.
This commit is contained in:
@@ -10,6 +10,7 @@ export function timeAgo(rawDate: string | number | Date) {
|
||||
}
|
||||
|
||||
export function formatDateLastContact(lastContact: string | number | Date | null) {
|
||||
console.log(lastContact)
|
||||
return lastContact
|
||||
? format(new Date(lastContact), 'dd/MM/yyyy HH:mm')
|
||||
: "Never connected."
|
||||
|
||||
Reference in New Issue
Block a user