mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 21:05:23 +02:00
fix endpoints tag display issue (#6851)
This commit is contained in:
parent
95b3fff917
commit
24c61034c1
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ function useEnvironmentTagNames(tagIds?: TagId[]) {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
if (tags) {
|
if (tags && tags.length > 0) {
|
||||||
return tags.join(', ');
|
return tags.join(', ');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue