Removed region from on-ramping we don't want it (#11920)
* Removed region from on-ramping we don't want it * Updated status-go version * revert change make ios made to keycard version * Updated status-go version * Updated status-go version * Updated status-go version
This commit is contained in:
parent
3de7c37d90
commit
5da9efebe3
|
@ -17,7 +17,7 @@
|
|||
(defn on-buy-crypto-pressed []
|
||||
(re-frame/dispatch [:navigate-to :buy-crypto]))
|
||||
|
||||
(defn render-on-ramp [{:keys [name fees region logo-url description] :as on-ramp}]
|
||||
(defn render-on-ramp [{:keys [name fees logo-url description] :as on-ramp}]
|
||||
[react/touchable-highlight {:on-press #(re-frame/dispatch [:navigate-to :buy-crypto-website on-ramp])
|
||||
:style {:flex 1}}
|
||||
[quo/list-item
|
||||
|
@ -28,9 +28,7 @@
|
|||
[quo/text {} description]]
|
||||
:subtitle [react/view {:style {:flex 1}}
|
||||
[quo/text {:size :small
|
||||
:color :secondary} fees]
|
||||
[quo/text {:size :small
|
||||
:color :secondary} region]]
|
||||
:color :secondary} fees]]
|
||||
:icon [photos/photo logo-url {:size 40}]
|
||||
:left-side-alignment :flex-start
|
||||
:accessory :text}]])
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
|
||||
"owner": "status-im",
|
||||
"repo": "status-go",
|
||||
"version": "v0.73.10",
|
||||
"commit-sha1": "04fb7fdb3d62e4b26cc33d6e2d6182c4b358a0f8",
|
||||
"src-sha256": "10inpyrigj73i63r3c7608kzmqbcif9v1f8nysw9gvizvaaj80ns"
|
||||
"version": "patch/on_ramp",
|
||||
"commit-sha1": "fc56ce65d05a35447384655846d1930680f904af",
|
||||
"src-sha256": "0941p2k5ks61kakbsh1mn96hygsnbpll58dlmscjxyzam50z6sf8"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue