Skip to content

Commit

Permalink
fix: run prettier write
Browse files Browse the repository at this point in the history
  • Loading branch information
egenerse committed Aug 10, 2024
1 parent c5af8c3 commit 1928e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/components/create-pane/create-pane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class CreatePaneComponent extends Component<Props, State> {

return (
<StoreProvider initialState={{ elements, editor: { features } }}>
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', gap: 8, }}>
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', gap: 8 }}>
{this.getElementArray(previews)}
</div>

Expand Down

0 comments on commit 1928e4d

Please sign in to comment.