From 18cc1fa1b55b0bd7aea841425ed91cf030093dd5 Mon Sep 17 00:00:00 2001 From: ion Date: Tue, 3 May 2022 10:08:44 +0000 Subject: [PATCH] [dashboard] it makes more sense to have the green reflect the "remaining hours" instead of "cosumed". Having the "consumed" it creates confusion. see issue 9702 --- components/dashboard/src/settings/Plans.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/components/dashboard/src/settings/Plans.tsx b/components/dashboard/src/settings/Plans.tsx index 2192e7fe6e1086..32dfd0fb86e680 100644 --- a/components/dashboard/src/settings/Plans.tsx +++ b/components/dashboard/src/settings/Plans.tsx @@ -665,10 +665,7 @@ export default function () { {typeof accountStatement?.remainingHours === "number" && typeof currentPlan.hoursPerMonth === "number" ? ( - + ) : ( )}