Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 918c37c

Browse files
chore: Ignore expired at on chromatic (#5808)
1 parent 8819f79 commit 918c37c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site/src/pages/UserSettingsPage/TokensPage/TokensPageView.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,10 @@ export const TokensPageView: FC<
102102
<TableCell>{lastUsedOrNever(token.last_used)}</TableCell>
103103

104104
<TableCell>
105-
<span style={{ color: theme.palette.text.secondary }}>
105+
<span
106+
style={{ color: theme.palette.text.secondary }}
107+
data-chromatic="ignore"
108+
>
106109
{dayjs(token.expires_at).fromNow()}
107110
</span>
108111
</TableCell>

0 commit comments

Comments
 (0)