Sfoglia il codice sorgente

sort by newest by default

master
azri 6 giorni fa
parent
commit
1cb40fdd59
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx Vedi File

@@ -59,7 +59,7 @@ const ProductList = ({ size = 99999 }) => {
59 59
   //filter
60 60
   const [tags, setTags] = useState('all');
61 61
   const [collection, setCollection] = useState('all');
62
-  const [sort, setSort] = useState('title')
62
+  const [sort, setSort] = useState('new')
63 63
 
64 64
   useEffect(() => {
65 65
 

Loading…
Annulla
Salva