add animations
This commit is contained in:
@@ -78,7 +78,6 @@ export async function fetchMonitoringStats(): Promise<MonitoringStats | null> {
|
||||
|
||||
if (response.ok) {
|
||||
const parsed = await response.json();
|
||||
console.log(parsed);
|
||||
if (parsed?.message_body?.searches_by_status) {
|
||||
return parsed.message_body;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user