fix loading
This commit is contained in:
@@ -300,7 +300,6 @@ export async function fetchViolationFinalSummaryStatistic() {
|
||||
|
||||
if (response.ok) {
|
||||
let parsed = await response.json();
|
||||
console.log(parsed);
|
||||
|
||||
if (parsed?.message_code === 0) {
|
||||
return parsed?.message_body;
|
||||
|
||||
Reference in New Issue
Block a user