Thread tweaks
This commit is contained in:
@ -7,13 +7,5 @@ export default function EventPage() {
|
||||
const id = params.id;
|
||||
|
||||
const { notes } = useThreadFeed(id);
|
||||
|
||||
if(notes?.length > 0) {
|
||||
return (
|
||||
<Thread notes={notes}/>
|
||||
)
|
||||
}
|
||||
return (
|
||||
<>Loading {id.substring(0, 8)}...</>
|
||||
);
|
||||
return <Thread notes={notes}/>;
|
||||
}
|
Reference in New Issue
Block a user