Skip to content

Commit

Permalink
Changed from utterance to transcript
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwe-n committed Aug 11, 2020
1 parent 026e0d3 commit b9b2046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/popup/popupView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const PopupHeader = ({ currentView, transcript, lastIntent }) => {
return (
<React.Fragment>
<p>{lastIntentTime(lastIntent)} ago you said</p>
<p className="utterance">{lastIntent?.utterance}</p>
<p className="utterance">{transcript}</p>
</React.Fragment>
);
case "feedbackThanks":
Expand Down

0 comments on commit b9b2046

Please sign in to comment.