feat: 💨

This commit is contained in:
codytseng
2025-10-14 23:17:35 +08:00
parent b038728013
commit f5ce41dc54

View File

@@ -285,7 +285,7 @@ export default function ReplyNoteList({ index, event }: { index?: number; event:
return (
<div className="min-h-[80vh]">
{loading && <LoadingBar />}
{!loading && until && (
{!loading && until && until > event.created_at && (
<div
className={`text-sm text-center text-muted-foreground border-b py-2 ${!loading ? 'hover:text-foreground cursor-pointer' : ''}`}
onClick={loadMore}