Skip to content

Commit

Permalink
#85 remove duplicate graph button
Browse files Browse the repository at this point in the history
Signed-off-by: David Radley <david_radley@uk.ibm.com>
  • Loading branch information
davidradl committed Mar 6, 2021
1 parent db06699 commit afdde5e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,6 @@ export default function StartingNodeNavigation({
<Edit32 kind="primary" />
</Link>
)}
{selectedNodeGuid && (
<Link to={getGraphNodeUrl()}>
<DataVis32 kind="primary" />
</Link>
)}
{selectedNodeGuid && !onSelectCallback &&
(
<Link to={getGraphNodeUrl}>
Expand Down

0 comments on commit afdde5e

Please sign in to comment.