make history-list the default transactions tab
This commit is contained in:
parent
b8dff77311
commit
8d80e35305
|
@ -117,12 +117,12 @@
|
||||||
(if (pos? count) (str " " count)))))
|
(if (pos? count) (str " " count)))))
|
||||||
|
|
||||||
(defn- tab-list []
|
(defn- tab-list []
|
||||||
[{:view-id :wallet-transactions-unsigned
|
[{:view-id :wallet-transactions-history
|
||||||
:title (unsigned-transactions-title)
|
|
||||||
:screen [unsigned-list]}
|
|
||||||
{:view-id :wallet-transactions-history
|
|
||||||
:title (i18n/label :t/transactions-history)
|
:title (i18n/label :t/transactions-history)
|
||||||
:screen [history-list]}])
|
:screen [history-list]}
|
||||||
|
{:view-id :wallet-transactions-unsigned
|
||||||
|
:title (unsigned-transactions-title)
|
||||||
|
:screen [unsigned-list]}])
|
||||||
|
|
||||||
;; Sign all
|
;; Sign all
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue