Fix: Show Priority icon in custom analytics table. (#2744)

This commit is contained in:
Ankush Deshmukh 2023-11-10 13:06:23 +05:30 committed by GitHub
parent 884b219508
commit 2748133bd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 34 deletions

View file

@ -69,7 +69,6 @@ export const AnalyticsTable: React.FC<Props> = ({ analytics, barGraphData, param
}`}
>
{params.x_axis === "priority" ? (
// TODO: incorrect priority icon being rendered
<PriorityIcon priority={item.name as TIssuePriorities} />
) : (
<span