style(shop): rename linked fee section to Backoffice in StepSummary
Some checks failed
Staging Build / build (push) Has been cancelled
Some checks failed
Staging Build / build (push) Has been cancelled
This commit is contained in:
@@ -147,8 +147,7 @@ export function StepSummary({
|
|||||||
{linkedFeeProducts && linkedFeeProducts.length > 0 && (
|
{linkedFeeProducts && linkedFeeProducts.length > 0 && (
|
||||||
<div className="space-y-3 border-b border-white/10 pb-4 last:border-0 last:pb-0">
|
<div className="space-y-3 border-b border-white/10 pb-4 last:border-0 last:pb-0">
|
||||||
<div className="flex justify-between items-center bg-white/5 p-2 rounded">
|
<div className="flex justify-between items-center bg-white/5 p-2 rounded">
|
||||||
<span className="text-white font-bold text-sm">Zusätzliche Dienste & Gebühren</span>
|
<span className="text-white font-bold text-sm">Backoffice</span>
|
||||||
<span className="text-xs text-slate-400">Einmalig berechnet</span>
|
|
||||||
</div>
|
</div>
|
||||||
{linkedFeeProducts.map(p => (
|
{linkedFeeProducts.map(p => (
|
||||||
<div key={p.id} className="pl-2 space-y-1">
|
<div key={p.id} className="pl-2 space-y-1">
|
||||||
@@ -159,11 +158,6 @@ export function StepSummary({
|
|||||||
{' '}<span className="text-slate-400 text-[10px] font-normal">{p.billing_interval === 'monthly' ? '/ mtl.' : 'einmalig'}</span>
|
{' '}<span className="text-slate-400 text-[10px] font-normal">{p.billing_interval === 'monthly' ? '/ mtl.' : 'einmalig'}</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{p.description && (
|
|
||||||
<p className="text-xs text-slate-400 mt-0.5 pl-3">
|
|
||||||
{p.description}
|
|
||||||
</p>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user