Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
verbiricha committed Dec 30, 2023
1 parent 1e6b048 commit 3df38b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/RecommendedAppMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default function RecommendedAppMenu({
defaultMessage="Nostr link"
/>
</MenuItem>
{recommended?.length > 0 && (
{recommended?.length && recommended?.length > 0 && (
<MenuGroup
title={formatMessage({
id: "ngine.open-nostr-app-title",
Expand Down

1 comment on commit 3df38b1

@vercel
Copy link

@vercel vercel bot commented on 3df38b1 Dec 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.