From ec150eb8b4ab4f25eeab7e972a7a9c4c2eef2dfb Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Fri, 10 Jan 2025 07:53:55 -0800 Subject: [PATCH] prettier --- client/src/components/Sidebar.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/components/Sidebar.tsx b/client/src/components/Sidebar.tsx index f70335e..c95f621 100644 --- a/client/src/components/Sidebar.tsx +++ b/client/src/components/Sidebar.tsx @@ -199,9 +199,13 @@ const Sidebar = ({ return next; }); }} - aria-label={shownEnvVars.has(key) ? "Hide value" : "Show value"} + aria-label={ + shownEnvVars.has(key) ? "Hide value" : "Show value" + } aria-pressed={shownEnvVars.has(key)} - title={shownEnvVars.has(key) ? "Hide value" : "Show value"} + title={ + shownEnvVars.has(key) ? "Hide value" : "Show value" + } > {shownEnvVars.has(key) ? (