From 06d4cfd4143693e48eb7116017f0540430f6c3d9 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Tue, 5 Jul 2022 16:18:12 +0530 Subject: [PATCH] remove unneccessary $ --- src/components/pages/gallery/PlanSelector/plans/planRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/gallery/PlanSelector/plans/planRow.tsx b/src/components/pages/gallery/PlanSelector/plans/planRow.tsx index fe8eb1424..ef3b0b399 100644 --- a/src/components/pages/gallery/PlanSelector/plans/planRow.tsx +++ b/src/components/pages/gallery/PlanSelector/plans/planRow.tsx @@ -85,7 +85,7 @@ export function PlanRow({ {plan.price}{' '} {' '} - / $ + / {plan.period === PLAN_PERIOD.MONTH ? constants.MONTH_SHORT : constants.YEAR_SHORT}