feat: 💨

This commit is contained in:
codytseng 2025-02-10 21:26:47 +08:00
parent a555293e2f
commit 9c0e30ec24
3 changed files with 12 additions and 5 deletions

View file

@ -25,7 +25,7 @@ const RelayPage = forwardRef(({ url, index }: { url?: string; index?: number },
displayScrollToTopButton
>
<RelayInfo url={normalizedUrl} />
<NoteList relayUrls={[normalizedUrl]} />
<NoteList relayUrls={[normalizedUrl]} needCheckAlgoRelay />
</SecondaryPageLayout>
)
})