Revert debug name

This commit is contained in:
Gregory Schier
2023-10-28 21:43:09 -07:00
parent b9d1e70e04
commit 8baaa9beb2

View File

@@ -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}