We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2da8a commit 63a861dCopy full SHA for 63a861d
src/components/TokenList.tsx
@@ -104,7 +104,7 @@ export function TokenList({
104
</div>
105
106
107
- {userData.recentKeys.length > 0 && (
+ {userData.recentKeys.length > 0 && search.length === 0 && (
108
<div className="grid gap-4 sm:gap-6 mb-4 sm:mb-6">
109
<h2 className="m-0 text-xl leading-none">Recently Used</h2>
110
<div className={gridClass}>
0 commit comments