sku update

This commit is contained in:
Feruz M 2020-04-10 09:37:10 +03:00 committed by GitHub
parent 97519a313e
commit e981b6d7f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ import globalStyles from '../../../globalStyles';
import styles from './accountBoostStyles';
const ITEM_SKUS = Platform.select({
ios: ['999boost'],
android: ['999boost'],
ios: ['999boosts'],
android: ['999boosts'],
});
const AccountBoost = () => {