From 14211c57a55a49440ae8bcb1a707d7d8db7f9b6b Mon Sep 17 00:00:00 2001 From: Simonas Karuzas Date: Thu, 30 Jan 2020 10:26:43 +0200 Subject: [PATCH] fix: Hiding explore item --- examples/react-graphql/client/src/layout/NavigationLeft.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/react-graphql/client/src/layout/NavigationLeft.tsx b/examples/react-graphql/client/src/layout/NavigationLeft.tsx index 9bf3664c9..0480b0c36 100644 --- a/examples/react-graphql/client/src/layout/NavigationLeft.tsx +++ b/examples/react-graphql/client/src/layout/NavigationLeft.tsx @@ -13,9 +13,9 @@ const Component = () => {
  • Activity
  • -
  • + {/*
  • Explore -
  • + */}
  • Issue Credential
  • @@ -23,7 +23,7 @@ const Component = () => { Request
  • - Identities + My Identities
  • Connections