Skip to content

Commit 5afdfdf

Browse files
committed
fix message
1 parent 489d51e commit 5afdfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tdb-dashboard/src/pages/IndexingActionMonitor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const IndexingActionMonitor=(props)=>{
4242
</ListGroup>
4343
</Card.Body>
4444
</Card>}
45-
{!loading && searchableCommit && searchableCommit.length === 0 && <DisplayNoIndexingAction helpDescription={`You need to index your data before any index actions appear on this page`}/>}
45+
{!loading && !searchableCommit && <DisplayNoIndexingAction helpDescription={`You need to index your data before any index actions appear on this page`}/>}
4646
</div>
4747
</div>
4848
</Layout>

0 commit comments

Comments
 (0)