Skip to content

Commit

Permalink
change release time for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYhun committed Jul 19, 2023
1 parent 0177514 commit c2420b7
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 @@ -63,7 +63,7 @@ const XWrapper = styled.span`

const LOCALSTORAGE_MODAL_SHOWED = 'showedKyberAIFeedbackSurvey'
const LOCALSTORAGE_WIDGET_SHOWED = 'showedKyberAIFeedbackSurveyWidget'
const MOMENT_THIS_SURVEY_RELEASE = 1689768000
const MOMENT_THIS_SURVEY_RELEASE = 1689742800
export default function FeedbackSurvey() {
const [isOpen, setIsOpen] = useState(false)
const [isOpenWidget, setIsOpenWidget] = useState(false)
Expand Down

0 comments on commit c2420b7

Please sign in to comment.