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.
2 parents 25242e5 + 88107ae commit 1281895Copy full SHA for 1281895
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