From 1ef81b5c490218ed9974f9e85c543fc08d31f88d Mon Sep 17 00:00:00 2001 From: Khavin Shankar Date: Thu, 20 Jun 2024 16:21:08 +0530 Subject: [PATCH] added 4 additional review after choices --- src/Common/constants.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Common/constants.tsx b/src/Common/constants.tsx index 5c09b0fd201..35790e77b16 100644 --- a/src/Common/constants.tsx +++ b/src/Common/constants.tsx @@ -313,8 +313,12 @@ export const REVIEW_AT_CHOICES: Array = [ { id: 36 * 60, text: "36 hr" }, { id: 2 * 24 * 60, text: "2 days" }, { id: 3 * 24 * 60, text: "3 days" }, + { id: 5 * 24 * 60, text: "5 days" }, { id: 7 * 24 * 60, text: "7 days" }, + { id: 10 * 24 * 60, text: "10 days" }, { id: 14 * 24 * 60, text: "2 weeks" }, + { id: 21 * 24 * 60, text: "3 weeks" }, + { id: 25 * 24 * 60, text: "25 days" }, { id: 30 * 24 * 60, text: "1 month" }, ];