Skip to content

Commit

Permalink
keep SponsorsGroup.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored Jan 22, 2025
1 parent bfe6c95 commit c447a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/theme/components/SponsorsGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function track(interest?: boolean) {
}
function resolveList(data: SponsorData) {
let currentTier = data[props.tier]
let currentTier = data[props.tier] || []
// in aside, treat platinum+priority as special
if (props.placement === 'aside') {
if (props.tier === 'platinum') {
Expand Down

0 comments on commit c447a9e

Please sign in to comment.