Skip to content

Commit 252ed53

Browse files
Merge pull request #742 from amitamrutiya/model-footer
Remove unnecessary div wrapper in Modal component
2 parents 5529c34 + 779ac4c commit 252ed53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/Modal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const ModalFooter: React.FC<ModalFooterProps> = ({ helpText, children, va
168168
</IconButton>
169169
</CustomTooltip>
170170
)}
171-
<div>{children}</div>
171+
{children}
172172
</StyledFooter>
173173
);
174174
};

0 commit comments

Comments
 (0)