🐛 Fix bugs
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <template> | ||||
|   <div class="my-2"> | ||||
|     <div v-if="status == 'pending'">{{ t("loading") }}</div> | ||||
|     <post-item v-else class="no-margin-post" :post="post" :force-show-content="props.forceShowContent" /> | ||||
|     <post-item v-if="status === 'success'" class="no-margin-post" :post="post" :force-show-content="props.forceShowContent" /> | ||||
|     <div v-else>{{ t("loading") }}</div> | ||||
|   </div> | ||||
| </template> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user