chore: Ignore dynamic message for chromatic (#4244)

This commit is contained in:
Bruno Quaresma
2022-09-28 18:18:12 +00:00
committed by GitHub
parent 2a7fe13397
commit df7c7393ad
+1 -1
View File
@@ -50,7 +50,7 @@ export const LastUsed: FC<LastUsedProps> = ({ lastUsedAt }) => {
>
<Icon className={styles.icon} />
</span>
{message}
<span data-chromatic="ignore">{message}</span>
</span>
)
}