diff --git a/frontend/src/components/Nav.jsx b/frontend/src/components/Nav.jsx index 5fb0f99..9c2a683 100644 --- a/frontend/src/components/Nav.jsx +++ b/frontend/src/components/Nav.jsx @@ -1,3 +1,4 @@ +/* eslint-disable react-hooks/exhaustive-deps */ import React, { useState, useEffect } from "react"; import { useParams, useNavigate, useLocation } from "react-router-dom";