From 8928915947411d494d4f90d97e673e26f10a4f5c Mon Sep 17 00:00:00 2001 From: Daniel Volz Date: Sat, 17 Jan 2026 23:13:57 +0100 Subject: [PATCH] fix: remove duplicate 'New Medication' button from edit form (#38) The button was redundant as it already exists in the medication list header. --- frontend/src/App.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 9944ff5..2a21692 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -2110,11 +2110,6 @@ function AppContent() {

{editingId ? t('form.editEntry') : t('form.newEntry')}

- {editingId && ( - - )}