commit
be7a07302a
2 changed files with 2 additions and 2 deletions
2
dist/bundle.js
vendored
2
dist/bundle.js
vendored
|
@ -3236,7 +3236,7 @@ var selectNavLinks = exports.selectNavLinks = (0, _reselect.createSelector)(sele
|
|||
path: '/wallet',
|
||||
active: currentPage === 'wallet'
|
||||
}, {
|
||||
label: 'Send & Recieve',
|
||||
label: 'Send & Receive',
|
||||
path: '/send',
|
||||
active: currentPage === 'send'
|
||||
}, {
|
||||
|
|
|
@ -103,7 +103,7 @@ export const selectNavLinks = createSelector(
|
|||
active: currentPage === 'wallet',
|
||||
},
|
||||
{
|
||||
label: 'Send & Recieve',
|
||||
label: 'Send & Receive',
|
||||
path: '/send',
|
||||
active: currentPage === 'send',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue