File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ const btnGroupOrientation = computed(() => breakpoints.smaller('sm').value ? 've
97
97
98
98
const benchmarks = {
99
99
googleMaps: {
100
- logo: registry .find (s => s .import .name === ' useScriptGoogleMaps' ).logo ,
100
+ logo: registry .find (s => s .import ? .name === ' useScriptGoogleMaps' ).logo ,
101
101
label: ' Google Maps' ,
102
102
nuxt: {
103
103
fcp: 1500 ,
@@ -113,7 +113,7 @@ const benchmarks = {
113
113
},
114
114
},
115
115
youtube: {
116
- logo: registry .find (s => s .import .name === ' useScriptYouTubePlayer' ).logo ,
116
+ logo: registry .find (s => s .import ? .name === ' useScriptYouTubePlayer' ).logo ,
117
117
label: ' YouTube' ,
118
118
nuxt: {
119
119
fcp: 1200 ,
@@ -129,7 +129,7 @@ const benchmarks = {
129
129
},
130
130
},
131
131
vimeo: {
132
- logo: registry .find (s => s .import .name === ' useScriptVimeoPlayer' ).logo ,
132
+ logo: registry .find (s => s .import ? .name === ' useScriptVimeoPlayer' ).logo ,
133
133
label: ' Vimeo' ,
134
134
nuxt: {
135
135
fcp: 1500 ,
You can’t perform that action at this time.
0 commit comments