From ae57e86d232856f23b81dc91e4be40c75d484aaf Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Thu, 23 Mar 2023 00:21:56 +0530 Subject: [PATCH] fix: remove freq hardcoding Signed-off-by: Ameya Shenoy --- web/app/components/RecurringPayment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/RecurringPayment.tsx b/web/app/components/RecurringPayment.tsx index 9838f52..ef0547a 100644 --- a/web/app/components/RecurringPayment.tsx +++ b/web/app/components/RecurringPayment.tsx @@ -46,7 +46,7 @@ export default function RecurringPayment(props) {
Due in {props.due_in_days} days
-
₹{props.amount} · monthly
+
₹{props.amount} · {props.frequency}
)