Commit b9c1e7da authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/MainWindow/Contacts): handle TypeError: Cannot read property of null

parent e1fb1a39
......@@ -87,7 +87,7 @@ ColumnLayout {
bottomColor: ContactsStyle.contact.border.color
bottomWidth: ContactsStyle.contact.border.width
height: ContactsStyle.contact.height
width: parent.width
width: parent ? parent.width : 0
// ---------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment