show time in block (#1158)

This commit is contained in:
Alex Christoffer Rasmussen
2024-07-31 14:00:40 +02:00
committed by GitHub
parent dffccd258f
commit a103f8b347
2 changed files with 11 additions and 0 deletions
@@ -180,6 +180,8 @@ export const useRuntimePlaybackOverview = () => {
numEvents: state.runtime.numEvents,
selectedEventIndex: state.runtime.selectedEventIndex,
offset: state.runtime.offset,
currentBlock: state.currentBlock,
});
return useRuntimeStore(featureSelector);