Fix: Show Priority icon in custom analytics table. (#2744)
This commit is contained in:
parent
884b219508
commit
2748133bd0
5 changed files with 18 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue