fix: fix passkeys page-breaking error (#1348)

This commit is contained in:
Ajeet Pratap Singh
2024-09-16 18:27:31 +05:30
committed by GitHub
parent 3d644db286
commit f7a20113e5

View File

@ -73,7 +73,7 @@ export const UserPasskeysDataTable = () => {
cell: ({ row }) =>
row.original.lastUsedAt
? DateTime.fromJSDate(row.original.lastUsedAt).toRelative()
: msg`Never`,
: _(msg`Never`),
},
{
id: 'actions',