🐛 Handle all-day scheduled event

This commit is contained in:
Luke Vella 2024-05-13 10:56:56 +08:00
parent 00bc312988
commit 11b2def4ab

View file

@ -111,7 +111,7 @@ export const usePollColumns = () => {
{adjustTimeZone(
row.original.event.start,
!row.original.timeZone,
).format("LLLL")}
).format(row.original.event.duration === 0 ? "LL" : "LLLL")}
</TooltipContent>
</Tooltip>
) : (