Skip to content

Commit

Permalink
chore: cleanup div
Browse files Browse the repository at this point in the history
  • Loading branch information
skokenes committed Nov 15, 2024
1 parent b6bec66 commit 54582e2
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ export function MalloyModal(props: {
return (
<Portal mount={config.modalElement}>
<div ref={props.ref} style={props.style}>
<div>
<malloy-modal stylesheet={config.stylesheet}>
<div>{props.children}</div>
</malloy-modal>
</div>
<malloy-modal stylesheet={config.stylesheet}>
<div>{props.children}</div>
</malloy-modal>
</div>
</Portal>
);
Expand Down

0 comments on commit 54582e2

Please sign in to comment.