Skip to content

Commit

Permalink
fix: remove wild semicolon in StudioComponent JSX (#205)
Browse files Browse the repository at this point in the history
fix: remove semicolon char from studio-component.tsx

Remove a semicolon that was probably added by mistake
  • Loading branch information
gustavorino authored Jun 19, 2024
1 parent 1316bab commit 03aedc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sanity-astro/src/studio/studio-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function StudioComponent() {
overflow: 'hidden',
}}
>
<Studio config={config} />;
<Studio config={config} />
</div>
)
}

0 comments on commit 03aedc2

Please sign in to comment.