diff --git a/fastlane/Gemfile.lock b/fastlane/Gemfile.lock index 4e4e1e8e3f..9abffc15e0 100644 --- a/fastlane/Gemfile.lock +++ b/fastlane/Gemfile.lock @@ -219,6 +219,7 @@ PLATFORMS arm64-darwin-22 arm64-darwin-23 x86_64-darwin-22 + x86_64-darwin-23 DEPENDENCIES activesupport (>= 6.1.7.3, < 7.1.0) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 07f43fc43e..140ceab78b 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1490,7 +1490,7 @@ SPEC CHECKSUMS: FBLazyVector: 56e0e498dbb513b96c40bac6284729ba4e62672d FBReactNativeSpec: 146c741a3f40361f6bc13a4ba284678cbedb5881 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: c0eca6ffed0a6fde1965ef26dcc7bf528f052af4 + glog: 36c15c01d70ed395c6e4f3619f98a23ee415b07a hermes-engine: 1d1835b2cc54c381909d94d1b3c8e0a2f1a94a0e HMSegmentedControl: 34c1f54d822d8308e7b24f5d901ec674dfa31352 Keycard: ac6df4d91525c3c82635ac24d4ddd9a80aca5fc8 diff --git a/src/status_im/contexts/wallet/common/utils.cljs b/src/status_im/contexts/wallet/common/utils.cljs index 7af0ef085d..41fb00f8b0 100644 --- a/src/status_im/contexts/wallet/common/utils.cljs +++ b/src/status_im/contexts/wallet/common/utils.cljs @@ -32,15 +32,13 @@ (let [formatted-symbol (if (> (count currency-symbol) 1) (str currency-symbol " ") currency-symbol)] - (str formatted-symbol fiat-balance)) -) + (str formatted-symbol fiat-balance))) (defn prettify-balance [currency-symbol fiat-balance] (-> fiat-balance cut-fiat-balance-to-two-decimals - (prepend-curency-symbol-to-fiat-balance currency-symbol) - )) + (prepend-curency-symbol-to-fiat-balance currency-symbol))) (defn get-derivation-path [number-of-accounts]