Fixed typo

This commit is contained in:
Koper
2023-08-09 20:19:23 +07:00
parent d03fa6f4be
commit 2283ecd3d7

View File

@@ -29,7 +29,7 @@ const useTranscript = () => {
})
.catch((err) => {
const errorString = err.response || err || "Unknown error";
setError(eerrorString);
setError(errorString);
setLoading(false);
console.error("Error creating transcript:", errorString);
});