added else
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
59175c45fc
commit
9db98a2078
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user