Skip to content

Commit

Permalink
fix(wallet-mobile): Remove swap info link from open order cancel modal (
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored Jan 15, 2025
1 parent 783e350 commit 263e4e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:7.3.1"
classpath "com.facebook.react:react-native-gradle-plugin"
classpath "org.mozilla.rust-android-gradle:plugin:0.9.3"
classpath "org.mozilla.rust-android-gradle:plugin:0.9.5"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlinVersion"
classpath 'com.google.gms:google-services:4.3.15'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import {LiquidityPool} from '../../../common/LiquidityPool/LiquidityPool'
import {useNavigateTo} from '../../../common/navigation'
import {PoolIcon} from '../../../common/PoolIcon/PoolIcon'
import {useStrings} from '../../../common/strings'
import {SwapInfoLink} from '../../../common/SwapInfoLink/SwapInfoLink'
import {getCancellationOrderFee} from './helpers'
import {mapOpenOrders, MappedOpenOrder} from './mapOrders'

Expand Down Expand Up @@ -586,10 +585,6 @@ const ModalContent = ({

<ModalContentRow label={strings.listOrdersSheetCancellationFee} value={fee} />

<Spacer height={10} />

<SwapInfoLink />

<Spacer fill />

<ModalContentButtons onConfirm={handleConfirm} onBack={onBack} />
Expand Down

0 comments on commit 263e4e3

Please sign in to comment.