Remove unused API_HOST variable to fix ESLint warning count

This commit is contained in:
Jordan Ramos
2026-05-22 12:59:58 -06:00
parent 8788b1e91a
commit 8f42f9d9c3

View File

@@ -165,7 +165,6 @@ const getSeverityDotColor = (severity) => {
default: return '#0EA5E9'; default: return '#0EA5E9';
} }
}; };
const API_HOST = process.env.REACT_APP_API_HOST || 'http://localhost:3001';
const severityLevels = ['All Severities', 'Critical', 'High', 'Medium', 'Low']; const severityLevels = ['All Severities', 'Critical', 'High', 'Medium', 'Low'];