Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
laushinka committed Jun 7, 2022
1 parent d0cd88c commit b27e593
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function FeedbackComponent(props: {
error_rendered: props.isError ? props.error_rendered : undefined,
};
trackEvent("feedback_submitted", feedbackObj);
console.log("error: ", props.error_rendered.message);
}

setIsFeedbackSubmitted(true);
Expand Down

0 comments on commit b27e593

Please sign in to comment.