Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hive
wallet
Commits
44adb499
Commit
44adb499
authored
Apr 05, 2019
by
Efe
Committed by
Jonathan Porta
Jul 26, 2019
Browse files
add missing key to element
parent
e9aa221a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/components/pages/SteemProposalSystem.jsx
View file @
44adb499
...
...
@@ -233,6 +233,7 @@ class SteemProposalSystem extends React.Component {
</
a
>,
(
status
===
'
active
'
||
status
===
'
inactive
'
)
&&
(
<
a
key
=
{
`proposal-vote-icon-
${
proposal
.
get
(
'
id
'
)}
`
}
href
=
"javascript:void(0)"
onClick
=
{
()
=>
this
.
onUpdateProposalVotes
(
proposal
,
isVoted
)
...
...
@@ -263,13 +264,12 @@ class SteemProposalSystem extends React.Component {
),
isOwner
&&
(
<
a
key
=
{
`remove-icon-
${
value
}
`
}
href
=
"javascript:void(0)"
onClick
=
{
()
=>
this
.
onRemoveProposal
(
proposal
)
}
className
=
"proposal-remove"
>
<
span
key
=
{
`remove-icon-
${
value
}
`
}
title
=
"Remove"
>
✖
</
span
>
<
span
title
=
"Remove"
>
✖
</
span
>
</
a
>
),
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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