From fb7dcb95e859726f40af5d1fefae8f54b8be130f Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:32:03 -0800 Subject: [PATCH] Stop rendering owners --- components/InfoColumn.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/InfoColumn.tsx b/components/InfoColumn.tsx index dc0a4ea9..d2da5dd0 100644 --- a/components/InfoColumn.tsx +++ b/components/InfoColumn.tsx @@ -137,14 +137,14 @@ export default function InfoColumn(props: Props): JSX.Element { - + {/* {owners.map((o) => ( {o.name} ))} - + */} ); }