AmanNegi / FreshNest

A platform that connects local producers directly with consumers seeking fresh produce.
https://fresh-nest.netlify.app
GNU Affero General Public License v3.0
23 stars 39 forks source link

[React] Fetch cart count if doesn't exist locally #93

Closed AmanNegi closed 1 year ago

AmanNegi commented 1 year ago

If no cart count is present in localStorage make a call to the backend and set the count.

AmanNegi commented 1 year ago

Fixed via #105