From f9a6092097b82c8906db089111942d2be4ac14ab Mon Sep 17 00:00:00 2001 From: David Whittaker Date: Mon, 19 May 2025 16:13:27 -0700 Subject: [PATCH] fix(ui): fixes participant lint error --- .../participant/ParticipantSearchPopover.vue | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/dispatch/static/dispatch/src/participant/ParticipantSearchPopover.vue b/src/dispatch/static/dispatch/src/participant/ParticipantSearchPopover.vue index 239d7b8f3bb5..b0afb20c74c7 100644 --- a/src/dispatch/static/dispatch/src/participant/ParticipantSearchPopover.vue +++ b/src/dispatch/static/dispatch/src/participant/ParticipantSearchPopover.vue @@ -295,10 +295,10 @@ const toggleMenu = () => { { active-class="ma-4" > - {{ participant.name }} + {{ part.name }}