feat: update translation

This commit is contained in:
2024-01-15 20:01:06 +07:00
parent 3301af5cbb
commit 7744a5e17c
3 changed files with 83 additions and 19 deletions

View File

@@ -89,7 +89,7 @@ export function NoteChild({
);
}
if (isError) {
if (isError || !data) {
return (
<div className="relative flex gap-3">
<div className="relative flex-1 rounded-md bg-neutral-200 px-2 py-2 dark:bg-neutral-800">