Minor adjustments
This commit is contained in:
@@ -31,7 +31,7 @@ export default createBillingSchema({
|
|||||||
lineItems: [
|
lineItems: [
|
||||||
{
|
{
|
||||||
id: 'price_1NNwYHI1i3VnbZTqI2UzaHIe',
|
id: 'price_1NNwYHI1i3VnbZTqI2UzaHIe',
|
||||||
name: 'Addon 2',
|
name: 'Starter',
|
||||||
cost: 9.99,
|
cost: 9.99,
|
||||||
type: 'flat' as const,
|
type: 'flat' as const,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -136,7 +136,8 @@ export function LineItemDetails(
|
|||||||
<span>
|
<span>
|
||||||
<Trans i18nKey={'billing:perTeamMember'} />
|
<Trans i18nKey={'billing:perTeamMember'} />
|
||||||
</span>
|
</span>
|
||||||
</span>
|
|
||||||
|
<span>-</span>
|
||||||
|
|
||||||
<If condition={!item.tiers?.length}>
|
<If condition={!item.tiers?.length}>
|
||||||
<span className={'font-semibold'}>
|
<span className={'font-semibold'}>
|
||||||
@@ -147,6 +148,7 @@ export function LineItemDetails(
|
|||||||
})}
|
})}
|
||||||
</span>
|
</span>
|
||||||
</If>
|
</If>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<SetupFee />
|
<SetupFee />
|
||||||
|
|||||||
Reference in New Issue
Block a user