mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: Ignore dynamic message for chromatic (#4244)
This commit is contained in:
@@ -50,7 +50,7 @@ export const LastUsed: FC<LastUsedProps> = ({ lastUsedAt }) => {
|
||||
>
|
||||
<Icon className={styles.icon} />
|
||||
</span>
|
||||
{message}
|
||||
<span data-chromatic="ignore">{message}</span>
|
||||
</span>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user