From f409a60ab20fd4d0d656ad00df1f8743c51fa752 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Dec 2024 20:53:30 +0000 Subject: [PATCH] Format code with Prettier --- web/src/screens/ExecScreen.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/src/screens/ExecScreen.tsx b/web/src/screens/ExecScreen.tsx index 4581e2c..8612bc8 100644 --- a/web/src/screens/ExecScreen.tsx +++ b/web/src/screens/ExecScreen.tsx @@ -120,7 +120,9 @@ export default function ExecScreen({ navbar }: { navbar: JSX.Element }) {

President

{errorExecutives ? ( -
There are no execs to display
+
+ There are no execs to display +
) : (
{presidents?.map((exec) => ( @@ -139,7 +141,9 @@ export default function ExecScreen({ navbar }: { navbar: JSX.Element }) { Executive Team {errorExecutives ? ( -
There are no execs to display
+
+ There are no execs to display +
) : (
{otherExecutives?.map((exec) => (