Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
fether
Commits
42804a1d
Commit
42804a1d
authored
Jan 19, 2019
by
Luke Schoen
Browse files
review-fix: Change to unshift instead of spread operator
parent
37724a3b
Changes
1
Show whitespace changes
Inline
Side-by-side
packages/fether-react/src/Tokens/Tokens.js
View file @
42804a1d
...
...
@@ -41,7 +41,7 @@ class Tokens extends PureComponent {
];
if
(
this
.
isParitySignerAccount
()
===
false
)
{
menuItems
=
[
backupAccountItem
,
...
menuItems
]
;
menuItems
.
unshift
(
backupAccountItem
)
;
}
return
menuItems
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment