Skip to content

Commit

Permalink
Merge pull request #94 from tgxn/develop
Browse files Browse the repository at this point in the history
fix modlog default
  • Loading branch information
tgxn authored Nov 4, 2023
2 parents 51e181c + 7ec577f commit 9f2d06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/configReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const initialState = {

orderBy: localStorage.getItem("config.orderBy") || "hot",

modLogType: localStorage.getItem("config.modLogType") || "All",
modLogType: localStorage.getItem("config.modLogType") || "all",
modLogLocal: localStorage.getItem("config.modLogLocal") || true,

filterType: localStorage.getItem("config.filterType") || "all",
Expand Down

0 comments on commit 9f2d06a

Please sign in to comment.