Skip to content

Commit

Permalink
Fix empty search for network dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
serg-plusplus committed Jul 21, 2022
1 parent 2f19855 commit 644f9c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/elements/NetworkSelectPrimitive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const NetworkSelectPrimitive: FC<NetworkSelectProps> = ({
) : undefined
}
emptySearchText={
<>
<div className="max-w-[14rem]">
You can add a new network in the{" "}
{withAction ? (
<SmartLink
Expand All @@ -163,7 +163,7 @@ const NetworkSelectPrimitive: FC<NetworkSelectProps> = ({
"Settings > Networks"
)}{" "}
tab.
</>
</div>
}
/>
);
Expand Down

0 comments on commit 644f9c8

Please sign in to comment.