Skip to content

Commit

Permalink
Circles tab now shows "connected" circles rather than "subcircles" wh…
Browse files Browse the repository at this point in the history
…ich makes it so for users it shows circles you've connected to and for Circles it shows subcircles and parent circle #66
  • Loading branch information
patrik-u committed Mar 5, 2024
1 parent d97d9dc commit c2332d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circles/src/components/CircleDashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ const CircleDashboard = ({ onClose }) => {
<Route
path="circles"
element={
<Circles type="circle" types={["circle"]} categories={["subcircle"]} />
<Circles type="circle" types={["circle"]} categories={["connected"]} />
}
/>
<Route
Expand Down

0 comments on commit c2332d0

Please sign in to comment.