feat/parapharmacy-baby-products #31

Open
Ichitux wants to merge 24 commits from feat/parapharmacy-baby-products into main
Showing only changes of commit f921b15d67 - Show all commits
+4 -1
View File
@@ -182,7 +182,10 @@ function App() {
currentUser={currentUser} currentUser={currentUser}
onLoginRequest={() => setShowLogin(true)} onLoginRequest={() => setShowLogin(true)}
initialQuery={prescriptionSearch} initialQuery={prescriptionSearch}
onNavigateToProduct={(source, id) => setProductScreen({ source, id })} onNavigateToProduct={(source, id) => {
setProductScreen({ source, id });
setScreen('product');
}}
/> />
); );
break; break;