@@ -32,18 +34,18 @@
red: n.slotStatus == 'missed',
}"
@mouseenter="
- cursorLocation = `the current epoch: ${currentResult?.currentEpoch || 'N/A'} and the slot number is ${
- n.slotNumber === 0 ? 'N/A' : n.slotNumber
- }`
+ footerStore.cursorLocation = `the current epoch: ${
+ controlStore.currentResult?.currentEpoch || 'N/A'
+ } and the slot number is ${n.slotNumber === 0 ? 'N/A' : n.slotNumber}`
"
- @mouseleave="cursorLocation = ''"
+ @mouseleave="footerStore.cursorLocation = ''"
>