Skip to content

Commit

Permalink
docs(usefeedbackdisclosure): update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Aug 3, 2023
1 parent 24ff565 commit cc0fcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useFeedbackDisclosure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const useFeedbackDisclosure = (): UseFeedbackDisclosureReturn => {

const [lastSeen, setLastSeen] = useFeedbackStorage()
// NOTE: Either this is the first time the user has ever seen the survey
// or that the user has seen the survey but it has been more than 3 weeks.
// or that the user has seen the survey but it has been more a week (greater than duration of survey).
// Because we toggle the survey on every month, this indicates that they should
// do the survey if the toggle is on + sufficient time has elapsed
const isSurveyRequired =
Expand Down

0 comments on commit cc0fcce

Please sign in to comment.