Skip to content

Commit

Permalink
Nosonar
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Nov 21, 2024
1 parent f6b87f7 commit 33fbf28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/pages/SubmissionReviewPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -531,14 +531,12 @@ const isProcessing = computed(() => {

<read-only-component label="Client number" v-if="data.business.clientNumber">
<span class="body-compact-01">
<!-- // @sonar-ignore-start -->
<a
<!-- //NOSONAR --><a
target="_blank"
:href="'https://' + greenDomain + '/nonono=' + data.business.clientNumber"
>
{{ data.business.clientNumber }}
</a>
<!-- // @sonar-ignore-end -->
</span>
</read-only-component>

Expand Down

0 comments on commit 33fbf28

Please sign in to comment.