Fix jwt-token
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user