Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8819f79 commit 918c37cCopy full SHA for 918c37c
site/src/pages/UserSettingsPage/TokensPage/TokensPageView.tsx
@@ -102,7 +102,10 @@ export const TokensPageView: FC<
102
<TableCell>{lastUsedOrNever(token.last_used)}</TableCell>
103
104
<TableCell>
105
- <span style={{ color: theme.palette.text.secondary }}>
+ <span
106
+ style={{ color: theme.palette.text.secondary }}
107
+ data-chromatic="ignore"
108
+ >
109
{dayjs(token.expires_at).fromNow()}
110
</span>
111
</TableCell>
0 commit comments