how do I remove the height of the following style= {{height:"49px"}} when I want to hide the {productfobpricedom} component?
let msgdom ="";
if (productsubjectdom || minorderunitdom || productfobpricedom || modifiershowdom || maskmoduledom) {
msgdom = <div className={"msgbox"} style={{ backgroundColor: itemstyle.msgbgcolor, }}>
{productfobpricedom}
<div style={{ height:"49px"}}>
{minorderunitdom}
{modifiershowdom}
{productsubjectdom}
</div>
</div>
}