show only time on event list item
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
4b50fed1dc
commit
1aa95e8649
@@ -113,7 +113,7 @@ export function EventListItem(props: EventListItemProps) {
|
|||||||
|
|
||||||
<Tooltiper asChild content={createdAt.toLocaleString()}>
|
<Tooltiper asChild content={createdAt.toLocaleString()}>
|
||||||
<div className="text-sm text-muted-foreground">
|
<div className="text-sm text-muted-foreground">
|
||||||
{createdAt.toLocaleString()}
|
{createdAt.toLocaleTimeString()}
|
||||||
</div>
|
</div>
|
||||||
</Tooltiper>
|
</Tooltiper>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user