summaryrefslogtreecommitdiff
path: root/src/zoom/ServerWord.tsx
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-05-15 21:29:24 +0700
committerpolwex <polwex@sortug.com>2025-05-15 21:29:24 +0700
commit4f2bd597beaa778476b84c10b571db1b13524301 (patch)
treedaffaae0250d0b88b3a03d0de3821c680aeb337e /src/zoom/ServerWord.tsx
parentfd86dc15734f3b7126d88f0130897c597100e30a (diff)
m
Diffstat (limited to 'src/zoom/ServerWord.tsx')
-rw-r--r--src/zoom/ServerWord.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zoom/ServerWord.tsx b/src/zoom/ServerWord.tsx
index 26902f5..d98e54b 100644
--- a/src/zoom/ServerWord.tsx
+++ b/src/zoom/ServerWord.tsx
@@ -39,7 +39,7 @@ export default async function Wordd({
lang: string;
}) {
const data = db.fetchWordBySpelling(word, "en");
- console.log({ data });
+ console.log({ data, word });
if (!data) return <p>oh...</p>;
return (