Skip to content

Commit

Permalink
Internal: Minor: Add relative container for loading wallpost
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbeeznest committed Feb 4, 2025
1 parent d82e08c commit ef12be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vue/components/social/SocialWallPostList.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<div class="relative min-h-[300px]">
<SocialWallPost
v-for="socialPost in postList"
:key="socialPost.id"
Expand Down

0 comments on commit ef12be8

Please sign in to comment.