minor change
This commit is contained in:
@@ -59,7 +59,6 @@ export default function SurveyModal({ onClose, submit }: Props) {
|
||||
intent="accent"
|
||||
onClick={() => submit(referer, other)}
|
||||
>
|
||||
<i className="bi-check2 text-xl" />
|
||||
{t("submit")}
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
+3
-1
@@ -53,7 +53,9 @@ export default function Dashboard() {
|
||||
new Date().getTime() - new Date(account.createdAt).getTime() >
|
||||
3 * 24 * 60 * 60 * 1000
|
||||
) {
|
||||
setShowsSurveyModal(true);
|
||||
setTimeout(() => {
|
||||
setShowsSurveyModal(true);
|
||||
}, 1000);
|
||||
}
|
||||
}, [account]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user