Skip to content

Commit

Permalink
chore: skip sonar scanning on code block
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Nov 21, 2024
1 parent 8ce395f commit bb7ae90
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions frontend/src/pages/SubmissionReviewPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,12 @@ const isProcessing = computed(() => {

<read-only-component label="Client number" v-if="data.business.clientNumber">
<span class="body-compact-01">
<a target="_blank"
:href="'https://' + greenDomain + '/int/client/client02MaintenanceAction.do?bean.clientNumber=' + data.business.clientNumber">
<!-- //BEGIN-NOSCAN -->
<a
target="_blank"
:href="'https://' + greenDomain + '/int/client/client02MaintenanceAction.do?bean.clientNumber=' + data.business.clientNumber"
>
<!-- //END-NOSCAN -->
{{ data.business.clientNumber }}
</a>
</span>
Expand Down

0 comments on commit bb7ae90

Please sign in to comment.