mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-20 13:01:07 +02:00
Fix translation selector stuck on english
This commit is contained in:
5
.changeset/chilly-ladybugs-carry.md
Normal file
5
.changeset/chilly-ladybugs-carry.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Fix translation selector stuck on english
|
@@ -52,7 +52,7 @@ export function NoteTranslationsPage({ note }: { note: NostrEvent }) {
|
||||
};
|
||||
|
||||
await publish("Request Translation", draft);
|
||||
}, [publish, note, readRelays]);
|
||||
}, [publish, note, readRelays, lang]);
|
||||
|
||||
const timeline = useTimelineLoader(
|
||||
`${getEventUID(note)}-translations`,
|
||||
|
Reference in New Issue
Block a user