sub rgb name and stripe fix

This commit is contained in:
ntr
2019-10-26 16:06:52 +11:00
parent 1694a21b9f
commit a633e3b297
4 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ function AccountBox(args) {
<div class='player-box bottom'>
<div class="msg">&nbsp;</div>
<StateAccountAvatar />
<div class="name">{account.name}</div>
<div class="name subscriber">{account.name}</div>
<div class="score">&nbsp;</div>
</div>
);
+1 -1
View File
@@ -48,7 +48,7 @@ function Shop(args) {
</div>
<div>
<h1 class="credits">¤ {account.balance}</h1>
{window.stripe
{window.Stripe
? <Elements>
<StripeBtns account={account} />
</Elements>