Skip to content

Commit

Permalink
fix(ui): Vulgarity
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Mar 8, 2024
1 parent b64b884 commit 98377b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ export function Navbar() {
updateWorkflowStatus()
}, [enableWorkflow, workflowId])

if (!workflowId) {
return <h1>FUCK</h1>
}

return (
<div className="border-b">
<div className="flex h-16 items-center px-4">
Expand Down

0 comments on commit 98377b1

Please sign in to comment.