+ {this.createSearchBarHeader(this.createCardsTabContent(data))}
+ {acceptedCodeOfConduct === false && (
+
+
+ {
+ this.setState({ isCodeOfConductAccepted: result });
+ }}
+ />
+
+
+ )}
+
);
}
@@ -310,7 +406,7 @@ export class GalleryViewerComponent extends React.Component