Skip to content

Commit

Permalink
dashboard: fix incorrect safe and finalized height when missing
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed May 1, 2024
1 parent b235c0f commit 796917d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dashboard/src/hooks/useChainHeartbeats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ function useChainHeartbeats(heartbeats: Heartbeat[]) {
contractAddress: '',
errorCount: '0',
height: '0',
safeHeight: '0',
finalizedHeight: '0',
},
}));
}
Expand Down

0 comments on commit 796917d

Please sign in to comment.