feat: improve

This commit is contained in:
reya
2024-03-02 15:21:28 +07:00
parent cfcb9bc6ed
commit ca0e041731
62 changed files with 1353 additions and 1631 deletions
@@ -31,7 +31,7 @@ function Event() {
return (
<WindowVirtualizer>
<Container withDrag>
<Box>
<Box className="px-3 pt-3">
<MainNote data={data} />
{data ? <ReplyList eventId={eventId} /> : null}
</Box>