Fix jwt-token
This commit is contained in:
@@ -530,7 +530,7 @@ const Devices = () => {
|
||||
onClick={() => handleViewOnMap(selectedDevice)}
|
||||
className="flex-1 bg-primary-100 text-primary-700 py-2 px-3 rounded hover:bg-primary-200 transition-colors text-sm font-medium"
|
||||
>
|
||||
View on Map
|
||||
{t('devices.viewOnMap')}
|
||||
</button>
|
||||
)}
|
||||
|
||||
@@ -538,7 +538,7 @@ const Devices = () => {
|
||||
onClick={() => setShowDetailsModal(false)}
|
||||
className="flex-1 bg-gray-100 text-gray-700 py-2 px-3 rounded hover:bg-gray-200 transition-colors text-sm font-medium"
|
||||
>
|
||||
Close
|
||||
{t('devices.close')}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user