Skip to content

Commit

Permalink
fix: remove page-flicker during initial FAQ load
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrstrom committed Oct 28, 2022
1 parent 989b713 commit dd1ef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/faq/Faq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineComponent({
</section>
</div>
<div class="appendix">
<SocialMediaLinks />
<SocialMediaLinks v-if="categories.length" />
</div>
</div>
</template>
Expand Down

0 comments on commit dd1ef5e

Please sign in to comment.