layouts schick gemacht und packagelimits weiter implementiert
This commit is contained in:
@@ -391,7 +391,7 @@ export const PaymentStep: React.FC = () => {
|
||||
)}
|
||||
|
||||
{status !== 'idle' && (
|
||||
<Alert variant={status === 'error' ? 'destructive' : 'secondary'}>
|
||||
<Alert variant={status === 'error' ? 'destructive' : 'default'}>
|
||||
<AlertTitle>
|
||||
{status === 'processing'
|
||||
? t('checkout.payment_step.status_processing_title')
|
||||
|
||||
Reference in New Issue
Block a user