Skip to content

Commit

Permalink
OS2UOL-129: Added profile data loop empty check
Browse files Browse the repository at this point in the history
  • Loading branch information
Søren Due Bonde committed Jul 1, 2024
1 parent e3b2e4e commit d3d73e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/view-components/PracticalInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const props = defineProps({

<div class="practical-information__item-value practical-information__item-value--profile">
<div v-for="(content, index) in item.content" :key="index">
<div v-html="content"></div>
<div v-if="content" v-html="content"></div>
</div>
</div>
</div>
Expand Down

0 comments on commit d3d73e4

Please sign in to comment.