Skip to content

Commit

Permalink
Merge pull request #742 from amitamrutiya/model-footer
Browse files Browse the repository at this point in the history
Remove unnecessary div wrapper in Modal component
  • Loading branch information
sudhanshutech authored Sep 27, 2024
2 parents 5529c34 + 779ac4c commit 252ed53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export const ModalFooter: React.FC<ModalFooterProps> = ({ helpText, children, va
</IconButton>
</CustomTooltip>
)}
<div>{children}</div>
{children}
</StyledFooter>
);
};
Expand Down

0 comments on commit 252ed53

Please sign in to comment.