fix: ternäre Button-Kette in MobileStampScreen korrigiert
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -284,8 +284,6 @@ export function MobileStampScreen() {
|
|||||||
<span className='animate-spin rounded-full h-7 w-7 border-4 border-white border-t-transparent' />
|
<span className='animate-spin rounded-full h-7 w-7 border-4 border-white border-t-transparent' />
|
||||||
) : 'AUSSTEMPELN'}
|
) : 'AUSSTEMPELN'}
|
||||||
</button>
|
</button>
|
||||||
)}
|
|
||||||
|
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
{/* Sekundärer Button: Pause starten */}
|
{/* Sekundärer Button: Pause starten */}
|
||||||
|
|||||||
Reference in New Issue
Block a user