fix(Communities): remove type error in item width

There's no `parent` in that componen, which results in a QML type error
at runtime.
This commit is contained in:
Pascal Precht 2021-03-16 16:09:05 +01:00
parent 638892f21d
commit 38bd5f1422
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ Item {
property string headerTitle: "" property string headerTitle: ""
property string headerDescription: "" property string headerDescription: ""
property string headerImageSource: "" property string headerImageSource: ""
width: parent.width
height: childrenRect.height height: childrenRect.height
CommunityPopupButton { CommunityPopupButton {