mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-02 08:58:36 +02:00
Merge branch 'master' into next
This commit is contained in:
commit
7c979ed2ed
@ -1,5 +1,11 @@
|
||||
# nostrudel
|
||||
|
||||
## 0.38.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 64c2bb3: Fix translation selector stuck on english
|
||||
|
||||
## 0.38.3
|
||||
|
||||
### Patch Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nostrudel",
|
||||
"version": "0.38.3",
|
||||
"version": "0.38.4",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -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