+ Upon confirmation, this deployment will be changed to production. +
++ The new deployment will be associated with these domains: +
+ {domains.length > 0 && + domains.map((value) => { + return ( + } + variant="link" + key={value.id} + > + {value.name} + + ); + })} +