feat/parapharmacy-baby-products #31
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user