fixes i forgot about ???
This commit is contained in:
@@ -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'
|
||||
: '';
|
||||
|
||||
Reference in New Issue
Block a user