Skip to content

Commit 2374766

Browse files
committed
fix(Modal): lint error
1 parent 0c64bf4 commit 2374766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/patternfly-4/react-core/src/components/Modal/ModalContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const ModalContent: React.FunctionComponent<ModalContentProps> = ({
109109
{description}
110110
</div>
111111
)}
112-
<ModalBoxBody {...props} {...(!description && { id: id })}>
112+
<ModalBoxBody {...props} {...(!description && { id })}>
113113
{children}
114114
</ModalBoxBody>
115115
{modalBoxFooter}

0 commit comments

Comments
 (0)