Skip to content

Commit

Permalink
Remove unnecessary @ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 15, 2023
1 parent 405edc9 commit 8d2fa39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const withInspectorControl =
return (
<>
<BlockEdit { ...props } />
{ /* @ts-ignore */ }
{ url && sources?.length > 0 && <ImageBlockControls isPreview={ isPreview } /> }
{ url && (
<InspectorControls>
Expand Down

0 comments on commit 8d2fa39

Please sign in to comment.