Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Mike Cao 2024-01-16 14:19:58 -08:00
commit fbf87ee936
2 changed files with 4 additions and 4 deletions

View file

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