Skip to content

Commit

Permalink
kill rogue comma (#6362)
Browse files Browse the repository at this point in the history
There was a comma floating on the canvas, now it's gone.

<img width="348" alt="Screenshot 2024-09-12 at 2 43 58 PM"
src="https://github.com/user-attachments/assets/f7f5b8be-d377-438d-a6d8-db6a7eab93c0">
  • Loading branch information
lankaukk authored Sep 13, 2024
1 parent 68d1378 commit c67b665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/src/components/canvas/canvas-component-entry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const CanvasComponentEntryInner = React.memo((props: CanvasComponentEntryProps)
/>
) : null}
</div>
,
</>
)
})
Expand Down

0 comments on commit c67b665

Please sign in to comment.