Skip to content

Commit

Permalink
hotfix wrong click tracking (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYhun authored Jul 19, 2023
1 parent 4e35d00 commit 4d5e10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/TrueSightV2/components/FeedbackSurvey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ export default function FeedbackSurvey() {
'https://docs.google.com/forms/d/e/1FAIpQLSebHPpIP0mqtMb57v3N3rmUCzo87ur86ruTF5QchJiJ2sRmfw/viewform?pli=1',
'_blank',
)
setIsShowWidgetLS('1')
}}
>
<RowFit gap="4px">
Expand All @@ -172,6 +171,7 @@ export default function FeedbackSurvey() {
onClick={e => {
e.stopPropagation()
setIsOpenWidget(false)
setIsShowWidgetLS('1')
}}
>
<X size={14} />
Expand Down

0 comments on commit 4d5e10b

Please sign in to comment.