change FinalSummary numbers
This commit is contained in:
@@ -5,7 +5,9 @@ export interface UseViolationStatistic {
|
||||
total_violations: number,
|
||||
new_violations: number,
|
||||
in_progress_violations: number,
|
||||
resolved_violations: number
|
||||
resolved_violations: number,
|
||||
total_complaints: number,
|
||||
total_law_cases: number
|
||||
}
|
||||
|
||||
export const useViolationStatistic = () => {
|
||||
|
||||
Reference in New Issue
Block a user