Skip to content

Commit

Permalink
Fix empty dev to be empty fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-oconnell committed Nov 14, 2024
1 parent dd4baf0 commit e0ff76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AlertBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const AlertBlock = ({ page, className }: AlertBlockProps) => {
})}
</div>
) : (
<div />
<></>
)
}

Expand Down

0 comments on commit e0ff76d

Please sign in to comment.