Skip to content

Commit

Permalink
remove console log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajol-Kumari authored Jan 20, 2024
1 parent eb7e172 commit 10179eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/util/ScrollToTop/ScrollToTop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import style from "./scroll-to-top.module.scss";

export const ScrollTop = (props) => {
let dark = props.theme;
// console.log(dark);
const [showScroll, setShowScroll] = useState(false);

const checkScrollTop = () => {
Expand Down

0 comments on commit 10179eb

Please sign in to comment.