From cfd37ca5262ccf1bd89e054677fde7853f934c29 Mon Sep 17 00:00:00 2001 From: Daniel Volz Date: Sat, 17 Jan 2026 23:08:04 +0100 Subject: [PATCH] fix: close medication detail modal before navigating to edit (#37) When clicking 'Edit' in the medication detail modal, the modal now properly closes before navigating to the medications page. Previously the modal remained visible behind the edit form. --- frontend/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index f110f5a..9944ff5 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -3285,7 +3285,7 @@ function AppContent() { - {selectedMed.blisters.length > 0 && (