mirror of
https://github.com/SomboChea/ui
synced 2026-01-20 01:55:56 +07:00
refactor: replaced date fns with dayjs (#345)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
474e9e18de
commit
501845b5f8
@@ -31,7 +31,7 @@ const UpLinks: React.FC = () => {
|
||||
<ListItem key={name}>
|
||||
<ListItemText>{name}</ListItemText>
|
||||
<Spacer />
|
||||
<ListItemText>{`${formatDateDistance(uplinks[name].fetched)} ago`}</ListItemText>
|
||||
<ListItemText>{formatDateDistance(uplinks[name].fetched)}</ListItemText>
|
||||
</ListItem>
|
||||
))}
|
||||
</List>
|
||||
|
||||
Reference in New Issue
Block a user