mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
🐛 Handle all-day scheduled event
This commit is contained in:
parent
00bc312988
commit
11b2def4ab
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ export const usePollColumns = () => {
|
||||||
{adjustTimeZone(
|
{adjustTimeZone(
|
||||||
row.original.event.start,
|
row.original.event.start,
|
||||||
!row.original.timeZone,
|
!row.original.timeZone,
|
||||||
).format("LLLL")}
|
).format(row.original.event.duration === 0 ? "LL" : "LLLL")}
|
||||||
</TooltipContent>
|
</TooltipContent>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
) : (
|
) : (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue