Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Morse committed Nov 30, 2023
1 parent 2444e0b commit 3866aab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wagtail_ai/static_src/AIControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ class CustomToolbarButton extends React.PureComponent<
// @ts-ignore
icon ? jsxRuntime.jsx(Icon, { icon: icon }) : null,
label
// @ts-ignore
? jsxRuntime.jsx('span', {
? // @ts-ignore
jsxRuntime.jsx('span', {
className: 'Draftail-ToolbarButton__label',
children: label,
})
Expand Down

0 comments on commit 3866aab

Please sign in to comment.