fix endpoints tag display issue (#6851)

pull/6871/head
sunportainer 3 years ago committed by GitHub
parent 95b3fff917
commit 24c61034c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -148,7 +148,7 @@ function useEnvironmentTagNames(tagIds?: TagId[]) {
);
});
if (tags) {
if (tags && tags.length > 0) {
return tags.join(', ');
}

Loading…
Cancel
Save