We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b39066 commit 801d078Copy full SHA for 801d078
components/widgets/TransactionsWidget.vue
@@ -134,7 +134,6 @@ const getSectorName = (item) => {
134
<Flex v-for="i in 4" direction="column" gap="8" wide :class="$style.sector">
135
<Flex justify="between" wide :class="$style.hours">
136
<Flex v-for="j in 6" direction="column" justify="end" gap="6" :class="$style.hour">
137
- <Skeleton w="4" :style="{ height: `${Math.random(20, 80) * 100}%` }" />
138
<div :class="$style.dot" />
139
</Flex>
140
0 commit comments