🐛 fix(dashboard): Update date display to use start_time if available
This commit is contained in:
parent
bf58f25072
commit
e551232564
@ -164,9 +164,7 @@ export default function Content() {
|
|||||||
<CardHeader className='flex flex-row flex-wrap items-center justify-between gap-2 space-y-0'>
|
<CardHeader className='flex flex-row flex-wrap items-center justify-between gap-2 space-y-0'>
|
||||||
<CardTitle className='font-medium'>
|
<CardTitle className='font-medium'>
|
||||||
{item.subscribe.name}
|
{item.subscribe.name}
|
||||||
<p className='text-foreground/50 mt-1 text-sm'>
|
<p className='text-foreground/50 mt-1 text-sm'>{formatDate(item.start_time)}</p>
|
||||||
{formatDate(item.subscribe.created_at)}
|
|
||||||
</p>
|
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
<div className='flex flex-wrap gap-2'>
|
<div className='flex flex-wrap gap-2'>
|
||||||
<AlertDialog>
|
<AlertDialog>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user