diff --git a/src/utils/getTime.ts b/src/utils/getTime.ts index 9644024..0da7aa5 100644 --- a/src/utils/getTime.ts +++ b/src/utils/getTime.ts @@ -43,7 +43,7 @@ export const getTime = (timestamp: Date): string => { timeString = `${ months[date.getMonth()] || "" - }} ${date.getDate()} ${date.getFullYear()} ` + + } ${date.getDate()} ${date.getFullYear()} ` + `at ${ date.getHours().toString().length === 1 ? "0" + date.getHours().toString()