Skip to content

Commit

Permalink
1027-2
Browse files Browse the repository at this point in the history
  • Loading branch information
soohwanpak committed Oct 27, 2024
1 parent 59fd2c0 commit ba400e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-psh-sprint5/src/components/AllItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useEffect, useState } from 'react';

function AllItem() {
const [products, setProducts] = useState([]);
const [option, setOption] = useState('recent');
const [option, setOption] = useState('favorite');
const [tempSearch, setTempSearch] = useState("");
const [search, setSearch] = useState("");
const [page, setPage] = useState(1);
Expand Down

0 comments on commit ba400e3

Please sign in to comment.