diff --git a/next-tavla/src/Shared/components/Clock/index.tsx b/next-tavla/src/Shared/components/Clock/index.tsx index 1264b6668..2fd024d9d 100644 --- a/next-tavla/src/Shared/components/Clock/index.tsx +++ b/next-tavla/src/Shared/components/Clock/index.tsx @@ -13,7 +13,7 @@ function Clock() { timeZone: 'Europe/Oslo', }).format(currentTime) - return {time} + return {time} } export { Clock }