You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by em...@apache.org on 2021/10/29 14:22:01 UTC

[incubator-age-viewer] 08/08: Update CypherGraphResultFrame.jsx

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 da6996e3f75fadac851a809de554d5ca9ef2424c
Author: Alex Kwak <ta...@kakao.com>
AuthorDate: Fri Oct 29 23:08:14 2021 +0900

    Update CypherGraphResultFrame.jsx
---
 frontend/src/components/frame/presentations/CypherGraphResultFrame.jsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/frontend/src/components/frame/presentations/CypherGraphResultFrame.jsx b/frontend/src/components/frame/presentations/CypherGraphResultFrame.jsx
index 7656929..543d86f 100644
--- a/frontend/src/components/frame/presentations/CypherGraphResultFrame.jsx
+++ b/frontend/src/components/frame/presentations/CypherGraphResultFrame.jsx
@@ -19,8 +19,6 @@ import uuid from 'react-uuid';
 import { saveAs } from 'file-saver';
 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 CypherResultTableContainer from '../../cypherresult/containers/CypherResultTableContainer';
 import GraphFilterModal from '../../cypherresult/components/GraphFilterModal';