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.
There was an error while loading. Please reload this page.
1 parent b0fc6d4 commit a77ae97Copy full SHA for a77ae97
site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx
@@ -27,7 +27,7 @@ export const shouldDisplay = (workspace: TypesGen.Workspace): boolean => {
27
return false
28
} else {
29
if (!workspace.latest_build.deadline) {
30
- return false;
+ return false
31
}
32
const deadline = dayjs(workspace.latest_build.deadline).utc()
33
const thirtyMinutesFromNow = dayjs().add(30, "minutes").utc()
0 commit comments