fix: fix passkeys page-breaking error (#1348)
This commit is contained in:
committed by
GitHub
parent
3d644db286
commit
f7a20113e5
@@ -73,7 +73,7 @@ export const UserPasskeysDataTable = () => {
|
|||||||
cell: ({ row }) =>
|
cell: ({ row }) =>
|
||||||
row.original.lastUsedAt
|
row.original.lastUsedAt
|
||||||
? DateTime.fromJSDate(row.original.lastUsedAt).toRelative()
|
? DateTime.fromJSDate(row.original.lastUsedAt).toRelative()
|
||||||
: msg`Never`,
|
: _(msg`Never`),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'actions',
|
id: 'actions',
|
||||||
|
|||||||
Reference in New Issue
Block a user