We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25242e5 commit 88107aeCopy full SHA for 88107ae
1 file changed
vis/js/templates/modals/CitationModal.tsx
@@ -86,7 +86,7 @@ const CitationModal = ({
86
);
87
};
88
89
-const mapStateToProps = (state) => (console.log('state here', state),{
+const mapStateToProps = (state) => ({
90
open: state.modals.openCitationModal,
91
isStreamgraph: state.chartType === STREAMGRAPH_MODE,
92
query: state.query.text,
0 commit comments