Skip to content

Commit

Permalink
show epoch expiry as no-expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
ramondeklein committed Oct 24, 2024
1 parent d922ee4 commit 51fc80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/screens/Console/Account/AccountUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const ACCOUNT_TABLE_COLUMNS = [

return <span title={fmtDate}>{fmtDate}</span>;
} else {
return <span>never</span>;
return <span>no-expiry</span>;
}
},
},
Expand Down

0 comments on commit 51fc80d

Please sign in to comment.