this.carousel

This commit is contained in:
Martin Quarda 2024-05-08 13:39:59 +02:00
parent d5620ae8b2
commit 90d5108544

View File

@ -102,7 +102,7 @@ class Main extends Component {
<ModalGateway>
{this.state.photoIsOpen &&
<Modal onClose={this.togglePhoto}>
{carousel}
{this.carousel}
</Modal>
}
</ModalGateway>