This is an automated email from the ASF dual-hosted git repository. emotionbug pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-age-viewer.git
commit 712b68dbb6b38c8112ab5fc7ca83575906431f01 Author: shinhanbyeol <[email protected]> AuthorDate: Thu Oct 7 18:14:47 2021 +0900 Update frontend CypherGraphResultFrame 1. Error Fix : Expected indentation of 0 spaces but found 2 indent --- frontend/src/components/frame/presentations/CypherGraphResultFrame.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/frame/presentations/CypherGraphResultFrame.jsx b/frontend/src/components/frame/presentations/CypherGraphResultFrame.jsx index 3bb87b2..7656929 100644 --- a/frontend/src/components/frame/presentations/CypherGraphResultFrame.jsx +++ b/frontend/src/components/frame/presentations/CypherGraphResultFrame.jsx @@ -21,8 +21,7 @@ import { Parser } from 'json2csv'; import PropTypes from 'prop-types'; // import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; // import { faTable } from '@fortawesome/free-solid-svg-icons'; -import CypherResultCytoscapeContainer - from '../../cypherresult/containers/CypherResultCytoscapeContainer'; +import CypherResultCytoscapeContainer from '../../cypherresult/containers/CypherResultCytoscapeContainer'; import CypherResultTableContainer from '../../cypherresult/containers/CypherResultTableContainer'; import GraphFilterModal from '../../cypherresult/components/GraphFilterModal'; import EdgeThicknessMenu from '../../cypherresult/components/EdgeThicknessMenu';
