mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-11 05:09:36 +02:00
always request latest event on list details view
This commit is contained in:
parent
054e3f2c57
commit
b8f20eaf8c
@ -46,7 +46,7 @@ export default function ListDetailsView() {
|
||||
const { deleteEvent } = useDeleteEventContext();
|
||||
const account = useCurrentAccount();
|
||||
|
||||
const list = useReplaceableEvent(coordinate);
|
||||
const list = useReplaceableEvent(coordinate, [], { alwaysRequest: true });
|
||||
|
||||
if (!list)
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user