Commit 164844a3 authored by CrioUser's avatar CrioUser
Browse files

added bug for debugging

parent 5b41e451
......@@ -4,7 +4,7 @@ import data from "../data/initialTodos";
const todoSlice = createSlice({
name: "todoReducer",
initialState: {
filterStatus: "all",
filterStatus: "completed",
todos: data
},
reducers: {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment