Skip to content

Commit 7d5ab31

Browse files
committed
Removed commented sentiment icons.
1 parent 6f64ea6 commit 7d5ab31

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

web-ui/src/pages/PulseReportPage.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,19 +535,14 @@ const PulseReportPage = () => {
535535
const pieLabelToSentiment = (label) => {
536536
switch(label.toLowerCase()) {
537537
case "verydissatisfied":
538-
//return <SentimentVeryDissatisfied />;
539538
return "😦";
540539
case "dissatisfied":
541-
//return <SentimentDissatisfied />;
542540
return "🙁";
543541
case "neutral":
544-
//return <SentimentNeutral />;
545542
return "😐";
546543
case "satisfied":
547-
//return <SentimentSatisfied />;
548544
return "🙂";
549545
case "verysatisfied":
550-
//return <SentimentVerySatisfied />;
551546
return "😀";
552547
}
553548
return "ERROR";

0 commit comments

Comments
 (0)