Fix jwt-token

This commit is contained in:
2025-09-19 15:02:01 +02:00
parent 1c4e06515e
commit 5d21bb5b0a
4 changed files with 84 additions and 24 deletions

View File

@@ -340,7 +340,7 @@ const MapView = () => {
onChange={(e) => setShowDroneDetections(e.target.checked)}
className="rounded border-gray-300 text-primary-600 focus:ring-primary-500"
/>
<span className="text-sm text-gray-700">Show Drone Detections</span>
<span className="text-sm text-gray-700">{t('map.showDroneDetections')}</span>
</label>
{droneDetectionHistory.length > 0 && (