diff --git a/src/qml/Component/Timeline/LocationDelegate.qml b/src/qml/Component/Timeline/LocationDelegate.qml index b792ab902..e62da2d77 100644 --- a/src/qml/Component/Timeline/LocationDelegate.qml +++ b/src/qml/Component/Timeline/LocationDelegate.qml @@ -70,7 +70,7 @@ TimelineContainer { Kirigami.Icon { anchors.centerIn: parent anchors.verticalCenterOffset: -parent.height / 8 - visible: model.asset === "m.pin" + visible: root.asset === "m.pin" width: height height: parent.height / 3 + 1 source: "pin"