mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
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:
parent
638892f21d
commit
38bd5f1422
@ -11,7 +11,6 @@ Item {
|
||||
property string headerTitle: ""
|
||||
property string headerDescription: ""
|
||||
property string headerImageSource: ""
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
|
||||
CommunityPopupButton {
|
||||
|
Loading…
x
Reference in New Issue
Block a user