mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
fbf87ee936
2 changed files with 4 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ export function UsersTable({ data = [] }: { data: any[] }) {
|
|||
)
|
||||
}
|
||||
</GridColumn>
|
||||
<GridColumn name="created" label={formatMessage(labels.created)} width={'100px'}>
|
||||
<GridColumn name="created" label={formatMessage(labels.created)} width={'120px'}>
|
||||
{row =>
|
||||
formatDistance(new Date(row.createdAt), new Date(), {
|
||||
addSuffix: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue