mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-19 17:27:26 +02:00
♻️ Use new startTime value
This commit is contained in:
parent
66d5a841c8
commit
8142b0b4af
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ export const FinalizePollForm = ({
|
|||
<RadioGroupItem id={option.id} value={option.id} />
|
||||
<div className="grow">
|
||||
<div className="flex gap-x-4">
|
||||
<DateIcon start={option.start} />
|
||||
<DateIcon start={option.startTime} />
|
||||
<div className="grow whitespace-nowrap">
|
||||
<div className="text-sm font-medium">
|
||||
{start.format("LL")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue