Missing files from commit
This commit is contained in:
@@ -125,7 +125,15 @@ function App() {
|
||||
);
|
||||
break;
|
||||
case 'alerts':
|
||||
activeView = <AlertsView onNotificationChange={refreshBadgeCount} />;
|
||||
activeView = (
|
||||
<AlertsView
|
||||
onNotificationChange={refreshBadgeCount}
|
||||
onNavigateToMedicine={(name) => {
|
||||
setPrescriptionSearch(name);
|
||||
setScreen('search');
|
||||
}}
|
||||
/>
|
||||
);
|
||||
break;
|
||||
case 'search':
|
||||
activeView = (
|
||||
|
||||
Reference in New Issue
Block a user