mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore(site): ignore deletion date on chromatic (#11372)
This commit is contained in:
@@ -185,7 +185,10 @@ export const WorkspaceTopbar = (props: WorkspaceProps) => {
|
||||
title="Schedule settings"
|
||||
css={{ color: "inherit" }}
|
||||
>
|
||||
Deletion on {new Date(workspace.deleting_at!).toLocaleString()}
|
||||
Deletion on{" "}
|
||||
<span data-chromatic="ignore">
|
||||
{new Date(workspace.deleting_at!).toLocaleString()}
|
||||
</span>
|
||||
</Link>
|
||||
</TopbarData>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user