Skip to content

Commit

Permalink
Show connections list when relationships are clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
grafitto committed Oct 11, 2022
1 parent baef2f1 commit 69e3ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/react/Viewer/components/Viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class Viewer extends Component {
/>
)}
</ShowIf>
<ShowIf if={sidepanelTab === 'connections'}>
<ShowIf if={sidepanelTab === 'connections' || sidepanelTab === 'relationships'}>
<ConnectionsList hideFooter searchCentered />
</ShowIf>
<TargetDocument />
Expand Down

0 comments on commit 69e3ca6

Please sign in to comment.