Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed May 6, 2024
1 parent 2763dd9 commit ec470d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const Home = () => {
const handleShow = () => setShow(true);

useEffect(() => {
setCategories([]);
const getCategories = async () => {
try {
const answer = await axios.get(`${apiUrl}outfit/categories`);
Expand Down

0 comments on commit ec470d8

Please sign in to comment.