Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 1, 2024
1 parent 440b89c commit f8a2b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/extenders/extendDiscussionListState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function extendDiscussionListState() {
params.filter = {};
}

(params.filter)[`${prepend}solved-discussions`] = 'true';
params.filter[`${prepend}solved-discussions`] = 'true';

if (params.filter.q) {
params.filter.q += ` ${prepend}is:solved`;
Expand Down

0 comments on commit f8a2b0c

Please sign in to comment.