|
@@ -199,7 +199,7 @@ function BillingPage(): JSX.Element {
|
|
|
<Image src={gift} style={{ marginTop: "-2px" }} />
|
|
<Image src={gift} style={{ marginTop: "-2px" }} />
|
|
|
<Spacer inline x={1} />
|
|
<Spacer inline x={1} />
|
|
|
<Text size={20}>
|
|
<Text size={20}>
|
|
|
- {creditGrants !== undefined &&
|
|
|
|
|
|
|
+ {creditGrants &&
|
|
|
creditGrants.remaining_credits > 0
|
|
creditGrants.remaining_credits > 0
|
|
|
? `$${formatCredits(
|
|
? `$${formatCredits(
|
|
|
creditGrants.remaining_credits
|
|
creditGrants.remaining_credits
|