+ Was this helpful?
+
+ }
selected={isSentimentSelected(Sentiment.POSITIVE)}
- onClick={() => {
- setSelectedSentiment(Sentiment.POSITIVE)
- }}
- /> */}
-
-
- {/*
+ }
selected={isSentimentSelected(Sentiment.NEUTRAL)}
- onClick={() => {
- setSelectedSentiment(Sentiment.NEUTRAL)
- }}
- /> */}
-
-
- {/*
+ }
selected={isSentimentSelected(Sentiment.NEGATIVE)}
- onClick={() => {
- setSelectedSentiment(Sentiment.NEGATIVE)
- }}
- /> */}
-
+ onSelect={setSelectedSentiment}
+ analyticsSection={analyticsSection}
+ />
+