Skip to content

Commit

Permalink
fix: show map feed tab by default
Browse files Browse the repository at this point in the history
  • Loading branch information
WaDadidou committed Sep 24, 2024
1 parent 6f6b2aa commit 72afc0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/screens/Feed/components/FeedHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const FeedHeader: React.FC<FeedHeaderProps> = ({ selectedTab }) => {
delete res["moderationDAO"];
}

delete res["map"];
delete res["videoNotes"];
delete res["sounds"];
return res;
Expand Down

0 comments on commit 72afc0d

Please sign in to comment.