diff --git a/src/timeline/LocationComponent.qml b/src/timeline/LocationComponent.qml index e1d200539..19444e3f4 100644 --- a/src/timeline/LocationComponent.qml +++ b/src/timeline/LocationComponent.qml @@ -117,9 +117,4 @@ ColumnLayout { id: fullScreenMap FullScreenMap {} } - - TextComponent { - display: root.display - visible: root.display !== "" - } }