fix: ternäre Button-Kette in MobileStampScreen korrigiert

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-24 23:53:43 +02:00
parent c8804efbd0
commit 0ba16bb6af
@@ -284,8 +284,6 @@ export function MobileStampScreen() {
<span className='animate-spin rounded-full h-7 w-7 border-4 border-white border-t-transparent' />
) : 'AUSSTEMPELN'}
</button>
)}
) : null}
{/* Sekundärer Button: Pause starten */}