mirror of https://github.com/portainer/portainer
fix endpoints tag display issue (#6851)
parent
95b3fff917
commit
24c61034c1
|
@ -148,7 +148,7 @@ function useEnvironmentTagNames(tagIds?: TagId[]) {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
if (tags) {
|
if (tags && tags.length > 0) {
|
||||||
return tags.join(', ');
|
return tags.join(', ');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue