minor changes
This commit is contained in:
@@ -211,7 +211,11 @@ const NotificationPanel = ({
|
||||
<p>Standort wird geladen...</p>
|
||||
) : location ? (
|
||||
<p>
|
||||
Aktueller Standort: {location.lat.toFixed(4)}, {location.lon.toFixed(4)} (
|
||||
Aktueller Standort: {location.lat.toFixed(4)}, {location.lon.toFixed(4)}
|
||||
{location.label && (
|
||||
<span className="ml-1 font-semibold text-blue-900">– {location.label}</span>
|
||||
)}{' '}
|
||||
(
|
||||
{location.updatedAt ? new Date(location.updatedAt).toLocaleString('de-DE') : 'Zeit unbekannt'})
|
||||
</p>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user