Skip to content

Commit 801d078

Browse files
committed
fix(TransactionsWidget): remove Skeleton
1 parent 0b39066 commit 801d078

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/widgets/TransactionsWidget.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ const getSectorName = (item) => {
134134
<Flex v-for="i in 4" direction="column" gap="8" wide :class="$style.sector">
135135
<Flex justify="between" wide :class="$style.hours">
136136
<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}%` }" />
138137
<div :class="$style.dot" />
139138
</Flex>
140139
</Flex>

0 commit comments

Comments
 (0)