mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-09-26 11:37:40 +02:00
fix build
This commit is contained in:
@@ -85,7 +85,7 @@ function CommunitiesHomePage() {
|
||||
|
||||
const pub = await publish("Create Community", draft, values.relays, false);
|
||||
|
||||
navigate(`/c/${getCommunityName(pub.event)}/${pub.event.pubkey}`);
|
||||
if(pub) navigate(`/c/${getCommunityName(pub.event)}/${pub.event.pubkey}`);
|
||||
};
|
||||
|
||||
const timeline = useTimelineLoader(
|
||||
|
Reference in New Issue
Block a user