Skip to content

Commit

Permalink
Update TribesList.js
Browse files Browse the repository at this point in the history
removing this part:

      <Item>
        <SuggestTribe />
      </Item>
  • Loading branch information
guaka committed Jan 26, 2024
1 parent 1197914 commit ec1ba89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/tribes/client/components/TribesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ export default function TribesList({ tribes, user, onMembershipUpdated }) {
/>
</Item>
))}
<Item>
<SuggestTribe />
</Item>
</List>
);
}
Expand Down

0 comments on commit ec1ba89

Please sign in to comment.