Merge branch 'master' into next

This commit is contained in:
hzrd149 2024-02-21 07:07:57 +00:00
commit 7c979ed2ed
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# nostrudel
## 0.38.4
### Patch Changes
- 64c2bb3: Fix translation selector stuck on english
## 0.38.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "nostrudel",
"version": "0.38.3",
"version": "0.38.4",
"private": true,
"license": "MIT",
"repository": {

View File

@ -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`,