Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanalvizo committed Jun 28, 2024
1 parent 6336eff commit 2e6707a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/ui/src/js/src/elements/IllustratedMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ export function IllustratedMessage(

return (
/* eslint-disable-next-line react/jsx-props-no-spreading */
<DHCIllustratedMessage {...otherProps}>
{newChildren}
</DHCIllustratedMessage>
<DHCIllustratedMessage {...otherProps}>{newChildren}</DHCIllustratedMessage>
);
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e6707a

Please sign in to comment.