From a8c1824994521a5c6a45452f523f4e3311505596 Mon Sep 17 00:00:00 2001 From: Sharyn Date: Fri, 6 Jul 2018 13:46:38 +0200 Subject: [PATCH] Comment syntax fix --- components/resources/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/resources/index.js b/components/resources/index.js index a50f2eb..bbc45da 100644 --- a/components/resources/index.js +++ b/components/resources/index.js @@ -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) {