refactor: fix typo in useChats.ts (#393)

occured -> occurred
This commit is contained in:
Ikko Eltociear Ashimine 2023-06-29 23:48:29 +09:00 committed by GitHub
parent 1515a57d74
commit ed61880a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ export default function useChats() {
console.error(error);
publish({
variant: "danger",
text: "Error occured while fetching your chats",
text: "Error occurred while fetching your chats",
});
}
};