From ca129bcbe8ed756747a36c7eec88a82e43847af0 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Wed, 8 May 2024 16:01:26 +0200 Subject: [PATCH] maybe fix --- frontend/src/scripts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index 7fd0377..44a8952 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -97,7 +97,7 @@ class Main extends Component { showPlayButton={false} startIndex={this.state.currentImage} showThumbnails={false} - renderCustomControls={() => {this.renderCloseButton}} + renderCustomControls={() => {this.renderCloseButton()}} /> }