update show-project-links (#42940)

This commit is contained in:
awu43
2021-07-20 06:05:17 -07:00
committed by GitHub
parent a901ad1a60
commit e33b977f04

View File

@ -64,7 +64,7 @@ const ShowProjectLinks = (props: IShowProjectLinksProps): JSX.Element => {
isOpen: true
});
if (files) {
if (files?.length) {
return (
<button
className='project-link-button-override'