Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Marin Atanasov <8436925+tyxla@users.noreply.github.com>
  • Loading branch information
richtabor and tyxla authored May 8, 2024
1 parent e4dca1c commit 14967de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/components/src/palette-edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -605,9 +605,7 @@ export function PaletteEdit( {
</PaletteEditContents>
) }
{ ! hasElements && emptyMessage && (
<PaletteEditContents>
{ emptyMessage }
</PaletteEditContents>
<PaletteEditContents>{ emptyMessage }</PaletteEditContents>
) }
</PaletteEditStyles>
);
Expand Down

0 comments on commit 14967de

Please sign in to comment.