We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5967ac2 commit febdd2bCopy full SHA for febdd2b
1 file changed
components/widgets/TransactionsWidget.vue
@@ -22,8 +22,8 @@ histogram.value.forEach((item, idx) => {
22
sectors.push(histogram.value.slice(rSix - 6, rSix))
23
}
24
})
25
-if (sectors.length !== 4) {
26
- isDataAvailable.value = false
+if (sectors.length === 4) {
+ isDataAvailable.value = true
27
28
29
const min = Math.min(...histogram.value.map((item) => parseInt(item.value)))
0 commit comments