added else

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-01-29 15:15:19 -06:00
parent 59175c45fc
commit 9db98a2078

View File

@ -43,6 +43,8 @@ import VDS
childWidth = .value(childWidthValue)
} else if let childWidthPercentage = viewModel.childWidthPercentage {
childWidth = .percentage(childWidthPercentage)
} else {
childWidth = nil
}
// create / set the moleculeViews