diff --git a/src/components/shared/buttons/backtotopbutton/BacktoTop.jsx b/src/components/shared/buttons/backtotopbutton/BacktoTop.jsx index 65ec91ee..bbdf09a9 100644 --- a/src/components/shared/buttons/backtotopbutton/BacktoTop.jsx +++ b/src/components/shared/buttons/backtotopbutton/BacktoTop.jsx @@ -1,6 +1,6 @@ import React, { useEffect, useState } from "react"; import { IoIosArrowUp } from "react-icons/io"; -import "./BacktoTop.scss"; +import "./BackToTop.scss"; const BackToTop = () => { const [isVisible, setIsVisible] = useState(false); diff --git a/src/redux/slice/userSlice.js b/src/redux/slice/userSlice.js index 779aead4..5f24cd20 100644 --- a/src/redux/slice/userSlice.js +++ b/src/redux/slice/userSlice.js @@ -9,7 +9,6 @@ const userSlice = createSlice({ initialState, reducers: { updateUserData: (state, action) => { - console.log("🚀 ~ state:", state); return { ...state, ...action.payload,