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