We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa8880 commit 4ed22faCopy full SHA for 4ed22fa
frontend/src/scenes/billing/BillingProductAddon.tsx
@@ -65,10 +65,7 @@ export const BillingProductAddon = ({ addon }: { addon: BillingProductV2AddonTyp
65
66
return (
67
<div
68
- className={clsx(
69
- 'bg-surface-secondary rounded p-6 flex flex-col',
70
- addon.subscribed && 'border border-accent'
71
- )}
+ className="bg-surface-secondary rounded p-6 flex flex-col"
72
ref={productRef}
73
data-attr={`billing-product-addon-${addon.type}`}
74
>
0 commit comments