Default to love button

This commit is contained in:
ts 2023-09-06 23:42:04 -06:00 committed by GitHub
parent 939d71b2eb
commit 9f94ad49c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const initialState = {
notifications: false,
toggleableFields: {},
omittedFields: {},
playerRatingControl: localStorage.getItem('playerRating'),
playerRatingControl: localStorage.getItem('playerRating') ?? "love",
}
export const settingsReducer = (previousState = initialState, payload) => {