Skip to content

Commit

Permalink
Fix: git error
Browse files Browse the repository at this point in the history
  • Loading branch information
marina-yhm committed Nov 24, 2023
1 parent 4bc7d38 commit ca11d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/NavBar/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import "../NavBar/NavBar.css";

const NavBar = () => {
const currentPath = window.location.pathname; // 현재 경로 가져오기
const apiUrl = process.env.REACT_APP_API_ROOT;
// const apiUrl = process.env.REACT_APP_API_ROOT;
const [Store] = useRecoilState(storeState); // 영업여부
const setStoreState = useRecoilCallback(({ set }) => async () => {
console.log(Store, storeState);
Expand Down

0 comments on commit ca11d40

Please sign in to comment.