Skip to content

Commit

Permalink
fix: resolve story issue with correct default
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Aug 14, 2024
1 parent 153fee4 commit c8aa9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Categories/LoanSpotlight.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default {
return {
spotlightPlaceholderImageCTF: '',
spotlightLoan: {},
allChannelsData: {},
allChannelsData: [],
isLoading: true,
targetedLoanChannelID: null
};
Expand Down

0 comments on commit c8aa9a0

Please sign in to comment.