Skip to content

Commit a77ae97

Browse files
committed
fix: fmt
1 parent b0fc6d4 commit a77ae97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/WorkspaceScheduleBanner/WorkspaceScheduleBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const shouldDisplay = (workspace: TypesGen.Workspace): boolean => {
2727
return false
2828
} else {
2929
if (!workspace.latest_build.deadline) {
30-
return false;
30+
return false
3131
}
3232
const deadline = dayjs(workspace.latest_build.deadline).utc()
3333
const thirtyMinutesFromNow = dayjs().add(30, "minutes").utc()

0 commit comments

Comments
 (0)