MCPcopy Create free account
hub / github.com/antonnell/networklist-org / render

Method render

components/unlock/unlockModal.js:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14class UnlockModal extends Component {
15 render() {
16 const { closeModal, modalOpen } = this.props;
17
18 const fullScreen = window.innerWidth < 576;
19
20 return (
21 <Dialog open={ modalOpen } onClose={ closeModal } fullWidth={ true } maxWidth={ 'sm' } TransitionComponent={ Transition } fullScreen={ fullScreen }>
22 <DialogContent>
23 <Unlock closeModal={ closeModal } />
24 </DialogContent>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected