Skip to content

Commit

Permalink
Add loading skeletons without avatars
Browse files Browse the repository at this point in the history
Signed-off-by: hamza221 <[email protected]>
  • Loading branch information
hamza221 committed Aug 5, 2023
1 parent 805c064 commit 3a2d22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoadingSkeleton.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<div v-for="i in numberOfLines" :key="i" class="item-list__entry">
<div
<div v-if="withAvatar"
class="item-avatar" />
<div class="item__details">
<h3>&nbsp;</h3>
Expand Down

0 comments on commit 3a2d22e

Please sign in to comment.