Fix jwt-token
This commit is contained in:
@@ -1334,7 +1334,7 @@ const AlertDetailsModal = ({ alert, parseErrorMessage, onClose }) => {
|
||||
<div className="text-gray-600 break-all">{alert.recipient}</div>
|
||||
</div>
|
||||
<div>
|
||||
<span className="font-medium text-gray-700">Retry Count:</span>
|
||||
<span className="font-medium text-gray-700">{t('alerts.retryCount')}:</span>
|
||||
<div className="text-gray-600">{alert.retry_count}</div>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user