Skip to content

Commit

Permalink
GDocsDoc: Fix partner-embeds not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
earthboundkid committed Feb 17, 2025
1 parent 6015d4e commit 1c27748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GDocsDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function copyHTML() {
</h2>

<div v-for="(e, i) of article.gdocs.embeds" :key="i">
<div v-if="e.type === 'raw'" class="block">
<div v-if="e.type === 'raw' || e.type === 'partner-embed'" class="block">
<h2 class="subtitle is-4 has-text-weight-semibold">
Embed #{{ e.n }}: Raw HTML
</h2>
Expand Down

0 comments on commit 1c27748

Please sign in to comment.