remove sleep icon from comment list

This commit is contained in:
Alina Beck 2019-09-23 20:46:41 +01:00
parent b4b9d895a5
commit 7104896150

View File

@ -26,17 +26,14 @@
@updateComment="updateCommentList"
/>
</div>
<hc-empty v-else name="empty" icon="messages" />
</div>
</template>
<script>
import Comment from '~/components/Comment.vue'
import HcEmpty from '~/components/Empty.vue'
export default {
components: {
Comment,
HcEmpty,
},
props: {
post: { type: Object, default: () => {} },