Skip to content

Commit

Permalink
remove membership, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgi committed Sep 19, 2024
1 parent 8fcfc0b commit d7cf7ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routes/~.channels.$id.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export default function ChannelRoot() {
[
{ to: `/~/channels/${channel.id}`, title: "Overview", end: true },
{ to: `/~/channels/${channel.id}/activity`, title: "Activity" },
{ to: `/~/channels/${channel.id}/membership`, title: "Membership" },
{ to: `/~/channels/${channel.id}/edit`, title: "Moderation" },
{
to: `/~/channels/${channel.id}/roles`,
Expand Down

0 comments on commit d7cf7ac

Please sign in to comment.