mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-02 16:09:08 +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(
|
||||
row.original.event.start,
|
||||
!row.original.timeZone,
|
||||
).format("LLLL")}
|
||||
).format(row.original.event.duration === 0 ? "LL" : "LLLL")}
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
) : (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue