Fix viewonly for teams addwebsite button

This commit is contained in:
Francis Cao 2024-02-16 13:09:20 -08:00
parent f5e87083eb
commit 8048bc7866
2 changed files with 5 additions and 5 deletions

View file

@ -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,