Skip to content

Commit

Permalink
feat: APPS-2635 Convert BlockStaffDetail to vue3 (#497)
Browse files Browse the repository at this point in the history
* add BlckStaffDetail files

* linting

* github stalling
  • Loading branch information
jendiamond authored Apr 10, 2024
1 parent 2d663ef commit 4c8d803
Show file tree
Hide file tree
Showing 6 changed files with 1,026 additions and 7 deletions.
6 changes: 4 additions & 2 deletions src/lib-components/BlockGenericList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ const parsedText = computed(() => {
</div>

<div v-if="associatedLocations.length > 0" class="location-group">
<IconWithLink v-for="(location, index) in associatedLocations" :key="`block-generic-${location.title}-${index}`"
:text="location.title" icon-name="svg-icon-location" :to="location.to" />
<IconWithLink
v-for="(location, index) in associatedLocations" :key="`block-generic-${location.title}-${index}`"
:text="location.title" icon-name="svg-icon-location" :to="location.to"
/>
</div>
<div v-if="text" class="text">
{{ parsedText }}
Expand Down
Loading

2 comments on commit 4c8d803

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.