From ce3e7379a29c1110c5ce62945e264845dd1adf8c Mon Sep 17 00:00:00 2001 From: Hknots Date: Fri, 20 Dec 2024 09:21:01 +0100 Subject: [PATCH] change value to lowercase --- app/constants/envSelector.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/constants/envSelector.tsx b/app/constants/envSelector.tsx index 4c7de5d..f650bee 100644 --- a/app/constants/envSelector.tsx +++ b/app/constants/envSelector.tsx @@ -14,9 +14,9 @@ export const EnvSelector = ({ return ( ); };