Skip to content

Commit

Permalink
fix(theme): fix typo in carbon ads components (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov authored Aug 17, 2022
1 parent da2f8d2 commit e0932ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { defineAsyncComponent } from 'vue'
const VPCarbonAds = __ALGOLIA__
const VPCarbonAds = __CARBON__
? defineAsyncComponent(() => import('./VPCarbonAds.vue'))
: () => null
</script>
Expand Down

0 comments on commit e0932ce

Please sign in to comment.