Get rid of the latitude/longitude text in the LocationComponent

This also fixes this component not loading.
This commit is contained in:
Joshua Goins
2025-05-20 16:53:11 -04:00
parent 4a20371b87
commit 76ce44230d

View File

@@ -117,9 +117,4 @@ ColumnLayout {
id: fullScreenMap
FullScreenMap {}
}
TextComponent {
display: root.display
visible: root.display !== ""
}
}