Skip to content

Commit 4fac5c9

Browse files
committed
Corrected typos and referenced props
1 parent 82e1e58 commit 4fac5c9

File tree

1 file changed

+2
-2
lines changed
  • specialtea/src/components/UI/Modal

1 file changed

+2
-2
lines changed

specialtea/src/components/UI/Modal/Modal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { Fragment } from 'react';
2-
import ReactDOM from ' react-dom';
2+
import ReactDOM from 'react-dom';
33

44
import Backdrop from './Backdrop/Backdrop';
55
import Overlay from './Overlay/Overlay';
66

7-
const Modal = () => {
7+
const Modal = props => {
88
const portalElement = document.getElementById('overlay');
99

1010
return (

0 commit comments

Comments
 (0)