Refactor: update Last Used from invalid date to never
This commit is contained in:
parent
137954de6b
commit
8f90e61379
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ export default function ApiKeysPage() {
|
|||
{moment(api_keys.last_used_at).format(
|
||||
"YYYY-MM-DD HH:mm"
|
||||
) === "Invalid date"
|
||||
? "-"
|
||||
? "Never"
|
||||
: moment(api_keys.last_used_at).format(
|
||||
"YYYY-MM-DD HH:mm"
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue