From e33b977f045338b590d99b844791bcc5ba4cfd4e Mon Sep 17 00:00:00 2001 From: awu43 <46470763+awu43@users.noreply.github.com> Date: Tue, 20 Jul 2021 06:05:17 -0700 Subject: [PATCH] update show-project-links (#42940) --- client/src/client-only-routes/show-project-links.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/client-only-routes/show-project-links.tsx b/client/src/client-only-routes/show-project-links.tsx index 0b5163d660..8d345e239e 100644 --- a/client/src/client-only-routes/show-project-links.tsx +++ b/client/src/client-only-routes/show-project-links.tsx @@ -64,7 +64,7 @@ const ShowProjectLinks = (props: IShowProjectLinksProps): JSX.Element => { isOpen: true }); - if (files) { + if (files?.length) { return (