mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-07 20:13:40 +00:00
Comment syntax fix
This commit is contained in:
parent
fe874a2a6b
commit
a8c1824994
@ -20,8 +20,8 @@ class Resources extends React.Component {
|
||||
|
||||
openWordCloudModal(event) {
|
||||
/*
|
||||
/* Check if clicked element is a child and doesn't have a data-index,
|
||||
/* then go get data-index from the parentNode
|
||||
* Check if clicked element is a child and doesn't have a data-index,
|
||||
* then go get data-index from the parentNode
|
||||
*/
|
||||
let clickedElement = event.target;
|
||||
while (clickedElement.dataset.index === undefined) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user