[Fixes #6825] Do not open settings as a modal
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
c5d069e8a3
commit
205c9aaecc
|
@ -86,5 +86,5 @@
|
|||
:icon-opts {:color colors/white
|
||||
:accessibility-label :options-menu-button}
|
||||
:options (into [{:label (i18n/label :t/wallet-manage-assets)
|
||||
:action #(re-frame/dispatch [:navigate-to-modal :wallet-settings-assets])}]
|
||||
:action #(re-frame/dispatch [:navigate-to :wallet-settings-assets])}]
|
||||
(map setting->action settings))}]]]))
|
||||
|
|
Loading…
Reference in New Issue