Temp back button
This commit is contained in:
parent
5ca02206b5
commit
5ad4fb23ee
|
@ -10,6 +10,10 @@
|
||||||
[]
|
[]
|
||||||
(let [max-slippage (rf/sub [:wallet/swap-max-slippage])]
|
(let [max-slippage (rf/sub [:wallet/swap-max-slippage])]
|
||||||
[rn/view {:style style/container}
|
[rn/view {:style style/container}
|
||||||
|
|
||||||
|
[quo/button
|
||||||
|
{:on-press #(rf/dispatch [:navigate-back])}
|
||||||
|
"Back"]
|
||||||
[quo/button
|
[quo/button
|
||||||
{:on-press #(rf/dispatch [:show-bottom-sheet
|
{:on-press #(rf/dispatch [:show-bottom-sheet
|
||||||
{:content (fn [] [select-account/view
|
{:content (fn [] [select-account/view
|
||||||
|
|
Loading…
Reference in New Issue