diff --git a/src/store/relays/reducer.ts b/src/store/relays/reducer.ts index f5067bf..68f18a0 100644 --- a/src/store/relays/reducer.ts +++ b/src/store/relays/reducer.ts @@ -26,7 +26,7 @@ const reducer = ( } case ActionTypes.SET_MOST_POPULAR_RELAYS: - return { ...state, mostPopular: action.payload } + return { ...state, mostPopular: [...action.payload] } case ActionTypes.RESTORE_STATE: return action.payload.relays