Skip to content

Commit

Permalink
fix: home page - show loading when followed spaces are still loading (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Oct 31, 2024
1 parent ffcc722 commit f9082ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/views/My/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ onUnmounted(() => {
<ProposalsList
title="Proposals"
limit="off"
:loading="!loaded"
:loading="!followedSpacesStore.followedSpacesLoaded || !loaded"
:loading-more="loadingMore"
:proposals="proposals"
show-space
Expand Down

0 comments on commit f9082ca

Please sign in to comment.