Rename history to sent

feature/default_network_editable
Dan Finlay 7 years ago
parent 42f8f32a52
commit 3df2f2b2d4
  1. 2
      ui/app/account-detail.js

@ -256,7 +256,7 @@ AccountDetailScreen.prototype.tabSections = function () {
h(TabBar, {
tabs: [
{ content: 'History', key: 'history' },
{ content: 'Sent', key: 'history' },
{ content: 'Tokens', key: 'tokens' },
],
defaultTab: tabSelection || 'history',

Loading…
Cancel
Save