delete button only for existing profiles

This commit is contained in:
Fabian Freund
2025-12-29 16:32:57 +01:00
parent 9c9aa494ab
commit 50621179a2
@@ -115,7 +115,6 @@ class ProfileEditScreen extends HookConsumerWidget {
}, },
), ),
), ),
],
const SizedBox(height: 16), const SizedBox(height: 16),
SizedBox( SizedBox(
width: double.infinity, width: double.infinity,
@@ -170,6 +169,7 @@ class ProfileEditScreen extends HookConsumerWidget {
), ),
), ),
], ],
],
), ),
), ),
), ),