Skip to content

Commit

Permalink
Merge pull request #45 from OpenWebconcept/feature/smoelenboek
Browse files Browse the repository at this point in the history
added description to medewerker detail page
  • Loading branch information
remko48 authored May 3, 2024
2 parents f1f0b31 + 72436dd commit 6bf82bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/search/MedewerkerDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<dd>{{ medewerkerRaw?.function }}</dd>
<dt>Afdeling:</dt>
<dd>{{ medewerkerRaw?.department }}</dd>
<dt>Omschrijving:</dt>
<dd>{{ medewerkerRaw?.description }}</dd>
</dl>
</section>
</article>
Expand Down

0 comments on commit 6bf82bc

Please sign in to comment.