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

Fixes #1625
Closes #1389
pull/1624/head
Bogdan 1 year ago
parent f31c0bb1de
commit b97f6f8ddf

@ -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 ? (

Loading…
Cancel
Save