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 ceaf183 commit 9e901bfCopy full SHA for 9e901bf
1 file changed
src/pages/Search/SearchPage.tsx
@@ -109,7 +109,7 @@ function SearchPage({route}: SearchPageProps) {
109
const selectedTransactionsKeys = Object.keys(selectedTransactions ?? {});
110
111
const headerButtonsOptions = useMemo(() => {
112
- if (selectedTransactionsKeys.length === 0 || !status || !hash) {
+ if (selectedTransactionsKeys.length === 0 || status == null || !hash) {
113
return [];
114
}
115
0 commit comments