Skip to content

Commit

Permalink
better conditions on relay feed
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Apr 12, 2024
1 parent dcf4e8d commit 5a500dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/blocks/relay-feed/relay-feed.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
});
</script>

{#if !$MRP?.nostr?.relay?.feed?.isComplete || $notes?.length}
{#if $MRP.loader?.config.event.isBlockEnabled('relay-feed') && ( !$MRP?.nostr?.relay?.feed?.isComplete || $notes?.length ) }
<Block innerClass="" headingClass="col-span-5">
<svelte:fragment slot="title">
relay feed
Expand Down

0 comments on commit 5a500dc

Please sign in to comment.