Skip to content

Commit

Permalink
Merge pull request #670 from subquery/fix/status-on-my-project
Browse files Browse the repository at this point in the history
fix: own deployment status
  • Loading branch information
HuberTRoy authored Feb 24, 2024
2 parents 33606f7 + 6f9d381 commit 3de42e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useSortedIndexerDeployments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export function useSortedIndexerDeployments(indexer: string): AsyncData<Array<Us
: indexerDeployment?.proejctId;

return {
status: indexerDeployment?.__typename === 'IndexerAllocationSummary' ? undefined : indexerDeployment?.status,
indexingErr,
indexingProgress: sortedIndexingProcess,
lastHeight,
Expand Down

0 comments on commit 3de42e0

Please sign in to comment.