chore: entfernt Standardwerte für mapId/userId in urlParameterSlice (jetzt null statt '10'/'484')
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import { createSlice } from "@reduxjs/toolkit";
|
||||
|
||||
const initialState = {
|
||||
mapId: "10",
|
||||
userId: "484",
|
||||
mapId: null,
|
||||
userId: null,
|
||||
};
|
||||
|
||||
const urlParameterSlice = createSlice({
|
||||
|
||||
Reference in New Issue
Block a user