Skip to content

Commit

Permalink
Update background.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ganganimaulik committed Jun 9, 2023
1 parent 40046f2 commit abb5deb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ function initConfig() {
selected: storeSelector.selected,
};
}
return s;
return {
...s,
selected: true,
};
});
return {
...c,
Expand Down

0 comments on commit abb5deb

Please sign in to comment.