feat: user last active

This commit is contained in:
Timothy J. Baek 2024-04-27 19:38:51 -04:00
parent 01c4647dfc
commit 9094536d37
5 changed files with 118 additions and 5 deletions

View file

@ -86,7 +86,7 @@
<div class="text-xs text-gray-500">
{$i18n.t('Created at')}
{dayjs(selectedUser.timestamp * 1000).format($i18n.t('MMMM DD, YYYY'))}
{dayjs(selectedUser.created_at * 1000).format($i18n.t('MMMM DD, YYYY'))}
</div>
</div>
</div>