We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe6c95 commit c447a9eCopy full SHA for c447a9e
.vitepress/theme/components/SponsorsGroup.vue
@@ -47,7 +47,7 @@ function track(interest?: boolean) {
47
}
48
49
function resolveList(data: SponsorData) {
50
- let currentTier = data[props.tier]
+ let currentTier = data[props.tier] || []
51
// in aside, treat platinum+priority as special
52
if (props.placement === 'aside') {
53
if (props.tier === 'platinum') {
0 commit comments