fixed vests value typo

This commit is contained in:
Nouman Tahir 2022-10-11 14:34:11 +05:00
parent f52007e914
commit dd2f7e3171

View File

@ -22,7 +22,7 @@ const ITEM_SKUS = Platform.select({
android: ['999boosts'],
});
const ACCOUNT_BOOST_VESTS = 55331;
const ACCOUNT_BOOST_VESTS = 553311;
const AccountBoost = ({ route }) => {