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
479f2b54
Commit
479f2b54
authored
Jan 19, 2019
by
Luke Schoen
Browse files
review-fix: Change to const
parent
42804a1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/fether-react/src/Tokens/Tokens.js
View file @
479f2b54
...
...
@@ -33,7 +33,7 @@ class Tokens extends PureComponent {
onClick
:
()
=>
history
.
push
(
`/backup/
${
address
}
`
)
};
le
t
menuItems
=
[
cons
t
menuItems
=
[
{
name
:
'
Add Tokens
'
,
onClick
:
()
=>
history
.
push
(
`/whitelist/
${
address
}
`
)
...
...
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