redux toolkit lepas dari array

// for array
state.roundScore = state.roundScore.filter((score) => score.id !== action.payload);
shahul