Skip to content

Commit

Permalink
fix(statutory): fixed candidates links. Fixes MA-18 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1peshcoff authored May 8, 2020
1 parent f23ac5c commit 9976172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/statutory/ViewCandidateModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<article class="tile is-child is-primary">
<figure class="image">
<img v-if="!candidate.image" src="/images/logo.png">
<img v-if="candidate.image" :src="services['oms-statutory'] + candidate.image.frontend_path">
<img v-if="candidate.image" :src="services['oms-statutory-static'] + candidate.image.frontend_path">
</figure>
</article>
</div>
Expand Down

0 comments on commit 9976172

Please sign in to comment.