Skip to content

Commit

Permalink
fix shared mods filtering (#9176)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford committed Sep 20, 2024
1 parent 839fa1d commit 56d352d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensionConsole/pages/mods/ModsPageSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ const ModsPageSidebar: React.VoidFunctionComponent<ModsPageSidebarProps> = ({
setActiveTab({
key: filter,
tabTitle: `${filter} Mods`,
filters: [{ id: "sharing.source.label", value: filter }],
filters: [{ id: "sharingSource.label", value: filter }],
});
}}
/>
Expand Down

0 comments on commit 56d352d

Please sign in to comment.