maybe fix

This commit is contained in:
Martin Quarda 2024-05-08 16:01:26 +02:00
parent 9765e3f164
commit ca129bcbe8

View File

@ -97,7 +97,7 @@ class Main extends Component {
showPlayButton={false}
startIndex={this.state.currentImage}
showThumbnails={false}
renderCustomControls={() => {this.renderCloseButton}}
renderCustomControls={() => {this.renderCloseButton()}}
/>
</Modal>
}