| setSortKey(`group_id:${groupId}`)}
>
{$i18n.t('MBR')}
{#if orderBy === `group_id:${groupId}`}
{#if direction === 'asc'}
|
setSortKey('role')}
>
{$i18n.t('Role')}
{#if orderBy === 'role'}
{#if direction === 'asc'}
|
setSortKey('name')}
>
{$i18n.t('Name')}
{#if orderBy === 'name'}
{#if direction === 'asc'}
|
setSortKey('last_active_at')}
>
{$i18n.t('Last Active')}
{#if orderBy === 'last_active_at'}
{#if direction === 'asc'}
|
|---|---|---|---|
|
|
|
{user.name}
|
{dayjs(user.last_active_at * 1000).fromNow()} |