finish removing current use verification changes

This commit is contained in:
Ed Chalstrey 2022-05-26 14:37:58 +01:00
parent ee57b62965
commit 1bfcc0682b

View File

@ -20,13 +20,13 @@ interface YearDataEntryProps {
verified_count: number;
allow_verify: boolean;
onVerify_upper: (slug: string, verify: boolean, x: number, y: number, value: any) => void;
onVerify_upper: (slug: string, verify: boolean, x: number, y: number) => void;
user_verified_upper: boolean;
user_verified_as_upper: string;
verified_count_upper: number;
allow_verify_upper: boolean;
onVerify_lower: (slug: string, verify: boolean, x: number, y: number, value: any) => void;
onVerify_lower: (slug: string, verify: boolean, x: number, y: number) => void;
user_verified_lower: boolean;
user_verified_as_lower: string;
verified_count_lower: number;