diff --git a/packages/widgets/src/clock/component.tsx b/packages/widgets/src/clock/component.tsx index 6c30f8ffe..b32c5dbe1 100644 --- a/packages/widgets/src/clock/component.tsx +++ b/packages/widgets/src/clock/component.tsx @@ -30,7 +30,7 @@ export default function ClockWidget({ options }: WidgetComponentProps<"clock">) {dayjs(time).tz(timezone).format(timeFormat)} {options.showDate && ( - + {dayjs(time).tz(timezone).format(dateFormat)} )}