update show-project-links (#42940)
This commit is contained in:
@ -64,7 +64,7 @@ const ShowProjectLinks = (props: IShowProjectLinksProps): JSX.Element => {
|
||||
isOpen: true
|
||||
});
|
||||
|
||||
if (files) {
|
||||
if (files?.length) {
|
||||
return (
|
||||
<button
|
||||
className='project-link-button-override'
|
||||
|
Reference in New Issue
Block a user