Skip to content

Commit

Permalink
fix: Remove dup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Healy committed May 20, 2020
1 parent 84abfa0 commit 82629e1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions examples/react-graphql/client/src/layout/Layout.tsx
Expand Up @@ -79,18 +79,6 @@ const Dashboard: React.FC<DashboardProps> = () => {
<CredentialList />
</SidePanel>
</Route>
<Route
exact
path="/activity/credential/:id"
component={() => (
<SidePanel
title={'Credential'}
closeUrl={'/activity'}
query={queries.credential}
renderQuery={renderCredentialQuery}
></SidePanel>
)}
></Route>
<Route path="/identities/user/:id">
<SidePanel title={'Identity'} closeUrl={'/identities'}>
<IdentityDetail />
Expand Down

0 comments on commit 82629e1

Please sign in to comment.