Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1341ee commit 62a20e8Copy full SHA for 62a20e8
site/src/pages/WorkspacePage/WorkspaceTopbar/WorkspaceTopbar.tsx
@@ -185,7 +185,10 @@ export const WorkspaceTopbar = (props: WorkspaceProps) => {
185
title="Schedule settings"
186
css={{ color: "inherit" }}
187
>
188
- Deletion on {new Date(workspace.deleting_at!).toLocaleString()}
+ Deletion on{" "}
189
+ <span data-chromatic="ignore">
190
+ {new Date(workspace.deleting_at!).toLocaleString()}
191
+ </span>
192
</Link>
193
</TopbarData>
194
)}
0 commit comments