Temp back button

This commit is contained in:
Ajay Sivan 2024-07-26 14:44:13 +05:30
parent 5ca02206b5
commit 5ad4fb23ee
No known key found for this signature in database
GPG Key ID: 5F9AC120AE59597A
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
[]
(let [max-slippage (rf/sub [:wallet/swap-max-slippage])]
[rn/view {:style style/container}
[quo/button
{:on-press #(rf/dispatch [:navigate-back])}
"Back"]
[quo/button
{:on-press #(rf/dispatch [:show-bottom-sheet
{:content (fn [] [select-account/view