Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nichochar committed Oct 22, 2024
1 parent cf7040b commit 9bf0c40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/web/src/components/apps/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ export default function EditorHeader(props: PropsType) {
<Button
variant="icon"
size="icon"
// navigate to the url
onClick={() => window.open(url as string, '_blank')}
className="active:translate-y-0"
disabled={previewStatus === 'booting' || previewStatus === 'connecting'}
Expand Down

0 comments on commit 9bf0c40

Please sign in to comment.