Skip to content

Commit c447a9e

Browse files
authored
keep SponsorsGroup.vue
1 parent bfe6c95 commit c447a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/theme/components/SponsorsGroup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function track(interest?: boolean) {
4747
}
4848
4949
function resolveList(data: SponsorData) {
50-
let currentTier = data[props.tier]
50+
let currentTier = data[props.tier] || []
5151
// in aside, treat platinum+priority as special
5252
if (props.placement === 'aside') {
5353
if (props.tier === 'platinum') {

0 commit comments

Comments
 (0)