Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jh2oman committed May 7, 2024
1 parent fb4c538 commit 077a6f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ SPEC CHECKSUMS:
A0Auth0: 5ae918d2f043395f83ac26d6eb85b249bcb54634
Adjust: c98d85594a746ff9f2bafe424c5beb6db66cd6a8
Auth0: 64da28fdc5cd499aa516dc4bfd0ace8efae2c1da
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
boost: 57d2868c099736d80fcd648bf211b4431e51a558
BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3
CleverTap-iOS-SDK: 78ea6d752d84918f0426f7b3959777d862bcb348
clevertap-react-native: 34c3acaf46e7f8cd4f349dd5a1f851580d410be3
Expand Down Expand Up @@ -1273,4 +1273,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 81b64061bfc811164c7f86731fc3327e217c8ce4

COCOAPODS: 1.15.2
COCOAPODS: 1.14.3
6 changes: 4 additions & 2 deletions ios/celo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,8 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"$(inherited)",
" ",
"-Wl",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -1278,7 +1279,8 @@
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = (
"$(inherited)",
" ",
"-Wl",
"-ld_classic",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down
1 change: 0 additions & 1 deletion src/send/SendEnterAmount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ function SendEnterAmount({ route }: Props) {
tokenSelectionDisabled={!!forceTokenId}
onPressProceed={handleReviewSend}
CTA={SendEnterAmountCTA}
disableBalanceCheck={true}
/>
)
}
Expand Down

0 comments on commit 077a6f7

Please sign in to comment.