Skip to content

Commit

Permalink
fix: code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
emgk authored Oct 19, 2023
1 parent 20a335e commit ea96982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/editor-toolbar/src/editor-toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const EditorToolbar: FC<EditorToolbarProps> = ({
isSmall={true}
iconOnly={true}
onClick={onBackClick}
data-testid="editor-toolbar-back-btn"
data-testid="editor-toolbar-back-btn"
/>
</div>
)}
Expand Down

0 comments on commit ea96982

Please sign in to comment.