Skip to content

Commit

Permalink
Minor style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Apr 27, 2021
1 parent 02d16bc commit 8193b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/_global/BalTable/BalTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
/>
</td>
</thead>
<BalLoadingBlock v-if="isLoading" :class="skeletonClass" />
<BalLoadingBlock v-if="isLoading" :class="skeletonClass" square />
<tbody v-else>
<tr
v-for="(dataItem, index) in tableData"
Expand Down

2 comments on commit 8193b03

@vercel
Copy link

@vercel vercel bot commented on 8193b03 Apr 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 8193b03 Apr 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.