Skip to content

Commit

Permalink
Merge branch '213-mute-list-params' into 'develop'
Browse files Browse the repository at this point in the history
Fix operation parameter for reset_muted_list

Closes #213

See merge request hive/condenser!393
  • Loading branch information
dnotestein committed Nov 5, 2023
2 parents 71ac4a2 + 228abd7 commit 20e8fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/pages/ListManagement.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class ListManagement extends React.Component {
what = 'reset_follow_blacklist';
break;
case 'muted':
what = 'reset_mute_list';
what = 'reset_muted_list';
break;
case 'followed_muted_lists':
what = 'reset_follow_muted_list';
Expand Down

0 comments on commit 20e8fee

Please sign in to comment.