Fixed: (UI) Add New Indexer button to open the Add Indexer modal

Fixes #1625
Closes #1389
This commit is contained in:
Bogdan
2023-04-24 04:30:36 +03:00
parent f31c0bb1de
commit b97f6f8ddf

View File

@@ -295,7 +295,10 @@ const IndexerIndex = withScrollPosition((props: IndexerIndexProps) => {
) : null}
{!error && isPopulated && !items.length ? (
<NoIndexer totalItems={totalItems} />
<NoIndexer
totalItems={totalItems}
onAddIndexerPress={onAddIndexerPress}
/>
) : null}
</PageContentBody>
{isLoaded && !!jumpBarItems.order.length ? (