chore: clean up

This commit is contained in:
2024-01-19 07:45:28 +07:00
parent ed6423e4aa
commit 16efd495a0
23 changed files with 137 additions and 929 deletions

View File

@@ -32,7 +32,7 @@ export function DepotContactCard() {
}
} catch (e) {
setStatus(false);
toast.error(e);
toast.error(String(e));
}
};