chore: Ignore expired at on chromatic (#5808)

This commit is contained in:
Bruno Quaresma
2023-01-20 12:41:54 -03:00
committed by GitHub
parent 8819f798f8
commit 918c37c358
@@ -102,7 +102,10 @@ export const TokensPageView: FC<
<TableCell>{lastUsedOrNever(token.last_used)}</TableCell>
<TableCell>
<span style={{ color: theme.palette.text.secondary }}>
<span
style={{ color: theme.palette.text.secondary }}
data-chromatic="ignore"
>
{dayjs(token.expires_at).fromNow()}
</span>
</TableCell>