make history-list the default transactions tab

This commit is contained in:
Eric Dvorsak 2017-09-18 13:22:22 +02:00 committed by Roman Volosovskyi
parent b8dff77311
commit 8d80e35305
1 changed files with 5 additions and 5 deletions

View File

@ -117,12 +117,12 @@
(if (pos? count) (str " " count)))))
(defn- tab-list []
[{:view-id :wallet-transactions-unsigned
:title (unsigned-transactions-title)
:screen [unsigned-list]}
{:view-id :wallet-transactions-history
[{:view-id :wallet-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