Remove unused API_HOST variable to fix ESLint warning count
This commit is contained in:
@@ -165,7 +165,6 @@ const getSeverityDotColor = (severity) => {
|
||||
default: return '#0EA5E9';
|
||||
}
|
||||
};
|
||||
const API_HOST = process.env.REACT_APP_API_HOST || 'http://localhost:3001';
|
||||
|
||||
const severityLevels = ['All Severities', 'Critical', 'High', 'Medium', 'Low'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user