mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01:00
Fix viewonly for teams addwebsite button
This commit is contained in:
parent
f5e87083eb
commit
8048bc7866
2 changed files with 5 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ export function UsersTable({
|
|||
)
|
||||
}
|
||||
</GridColumn>
|
||||
<GridColumn name="created" label={formatMessage(labels.created)} width={'120px'}>
|
||||
<GridColumn name="created" label={formatMessage(labels.created)} width={'150px'}>
|
||||
{row =>
|
||||
formatDistance(new Date(row.createdAt), new Date(), {
|
||||
addSuffix: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue