Skip to content

Commit

Permalink
Update packages/components/src/modal/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Ciampini <marco.ciampo@gmail.com>
  • Loading branch information
fullofcaffeine and ciampo authored Oct 14, 2021
1 parent 9bf6f88 commit 64c2816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default function Modal( {
return createPortal(
// eslint-disable-next-line jsx-a11y/no-static-element-interactions
<div
ref={ useMergeRefs([ ref, forwardedRef ] ) }
ref={ useMergeRefs( [ ref, forwardedRef ] ) }
className={ classnames(
'components-modal__screen-overlay',
overlayClassName
Expand Down

0 comments on commit 64c2816

Please sign in to comment.