fixes i forgot about ???

This commit is contained in:
ntr
2022-02-08 12:22:39 +11:00
parent dde55e4cdb
commit 7df15324d1
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const { injectStripe } = require('react-stripe-elements');
function subPlan() {
if (window.location.host === 'mnml.gg') return 'plan_Fjdtsd4i7aVLe1';
return 'prod_FWSA8RoyMMV3st';
return 'plan_Fhl9r7UdMadjGi';
}
function bitsSku(d) {
@@ -36,7 +36,6 @@ function specThresholds(player, fullInfo, info) {
const dots = range(start, colourReq).map(j => {
const unmet = teamColours[c] < j + 1;
const reqClass = unmet
? 'unmet'
: '';