mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-28 18:53:47 +01:00
Fix translation selector stuck on english
This commit is contained in:
parent
8879641511
commit
64c2bb3216
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`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user