hotfix(USerImage): user image not showing because binding not working
This commit is contained in:
parent
6adb809ba0
commit
ce51a29119
|
@ -24,8 +24,6 @@ Loader {
|
||||||
|
|
||||||
signal clicked()
|
signal clicked()
|
||||||
|
|
||||||
height: active && item ? item.height : 0
|
|
||||||
|
|
||||||
sourceComponent: StatusSmartIdenticon {
|
sourceComponent: StatusSmartIdenticon {
|
||||||
name: root.name
|
name: root.name
|
||||||
image {
|
image {
|
||||||
|
|
Loading…
Reference in New Issue