diff options
Diffstat (limited to 'src/screens/Search/Shell.tsx')
-rw-r--r-- | src/screens/Search/Shell.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Search/Shell.tsx b/src/screens/Search/Shell.tsx index 20aafd623..959677784 100644 --- a/src/screens/Search/Shell.tsx +++ b/src/screens/Search/Shell.tsx @@ -112,7 +112,7 @@ export function SearchScreenShell({ const newAccountHistory = [ item.did, ...accountHistory.filter(p => p !== item.did), - ].slice(0, 5) + ].slice(0, 10) setAccountHistory(newAccountHistory) }, [accountHistory, setAccountHistory], |