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
be4da5df
Commit
be4da5df
authored
Jan 19, 2019
by
Luke Schoen
Browse files
review-fix: Remove parenths from onClick
parent
479f2b54
Pipeline
#28681
passed with stage
in 2 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packages/fether-ui/src/MenuPopup/MenuPopup.js
View file @
be4da5df
...
@@ -16,7 +16,7 @@ export const MenuPopup = ({ menuItems, ...otherProps }) => (
...
@@ -16,7 +16,7 @@ export const MenuPopup = ({ menuItems, ...otherProps }) => (
<
div
<
div
className
=
'
popup-screen_item
'
className
=
'
popup-screen_item
'
key
=
{
item
.
name
}
key
=
{
item
.
name
}
onClick
=
{()
=>
item
.
onClick
()
}
onClick
=
{()
=>
item
.
onClick
}
>
>
{
item
.
name
}
{
item
.
name
}
<
/div
>
<
/div
>
...
...
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