1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F OpenNebula/one#5422: Fix minor in vm row

This commit is contained in:
Sergio Betanzos 2021-06-25 11:54:01 +02:00
parent 2952df9903
commit 0ec087abb1
No known key found for this signature in database
GPG Key ID: E3E704F097737136

View File

@ -49,7 +49,7 @@ const Row = ({ value, ...props }) => {
</div>
</div>
<div className={classes.secondary}>
{<Multiple tags={IPS.split(',')} />}
{!!IPS?.length && <Multiple tags={IPS.split(',')} />}
</div>
</div>
)