fix verification upload

This commit is contained in:
smanylov
2026-04-13 15:32:42 +07:00
parent d0901961be
commit 11692c8537
5 changed files with 37 additions and 9 deletions
@@ -39,6 +39,7 @@ export interface UserData {
tariffs: Tariff[];
tariffInfo: TariffInfo;
permission: number;
verifiedStatus?: string;
}
export const useUserProfile = () => {
@@ -72,6 +73,7 @@ export const useUserProfile = () => {
maxFileCounts: 0,
},
permission: 0,
verifiedStatus: 'unknow'
};
}