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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'