Skip to content

Commit

Permalink
fix merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
voloshinskii committed May 15, 2024
1 parent 3782593 commit 18d1d9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const defaultConfig: Partial<AppConfigVars> = {
disable_battery_send: false,
disable_battery_iap_module: Platform.OS === 'android', // Enable for iOS, disable for Android
disable_battery_promo_module: true,
disable_battery_crypto_recharge_module: true,
disable_battery_crypto_recharge_module: false,
disable_signer: true,
disable_ledger: true,

Expand Down
12 changes: 0 additions & 12 deletions packages/shared/components/RefillBattery/RechargeMethods.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,6 @@ export const RechargeMethods = memo(() => {
chevron
/>
)}
<List.Item
onPress={handleRechargeBattery(true)}
leftContent={
<Image
style={styles.icon.static}
source={require('@tonkeeper/uikit/assets/battery/gift.png')}
/>
}
title={t('battery.other_ways.gift.title')}
subtitle={t('battery.other_ways.gift.subtitle')}
chevron
/>
{!isPromoDisabled && (
<List.Item
leftContent={
Expand Down

0 comments on commit 18d1d9f

Please sign in to comment.