From e2b46f25ffbbb49613dfcdb5ae7446cd71daedb9 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 28 Oct 2023 21:43:09 -0700 Subject: [PATCH] Revert debug name --- src-web/components/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/Sidebar.tsx b/src-web/components/Sidebar.tsx index b446567b..8dcea002 100644 --- a/src-web/components/Sidebar.tsx +++ b/src-web/components/Sidebar.tsx @@ -253,7 +253,7 @@ function SidebarItems({ requests, focused, selectedIndex, onSelect }: SidebarIte key={r.id} selected={selectedIndex === i} requestId={r.id} - requestName={r.name + ' ' + r.sortPriority} + requestName={r.name} onMove={handleMove} onEnd={handleEnd} useProminentStyles={focused}