Skip to content

Commit

Permalink
add Servo Judge name in entry link
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Nov 4, 2024
1 parent aedd607 commit cb6758d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ServoEntryLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
{{ entry.ScoringModelName }}: <span class="font-bold">{{ entry.EventTypeCode }}</span>
</div>
<div class="col-start-2 col-end-2">
<span class="font-bold">Judge {{ judge.JudgeSequence }}</span>: {{ judge.JudgeType ?? '-' }}
<span class="font-bold">{{ judge.JudgeType ?? '' }}</span>{{ judge.JudgeSequence }}:
{{ judge.AssignedJudge?.FirstName ?? '' }} {{ judge.AssignedJudge?.LastName ?? '' }}
</div>
<div v-if="!entry.IsScratched && !entry.IsLocked" class="row-span-4 row-start-1 col-start-3 flex justify-center items-center">
<span v-if="!createScoresheetLoading">New</span>
Expand Down

0 comments on commit cb6758d

Please sign in to comment.