fix : create issue modal (#875)
* fix: label list bug fix * fix: assignee and label count removed * fix: assignee and label fix
This commit is contained in:
parent
ac125965eb
commit
fb1932e309
3 changed files with 3 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ export const IssueLabelsList: React.FC<IssueLabelsListProps> = ({
|
|||
<>
|
||||
{labels && (
|
||||
<>
|
||||
{labels.map((color, index) => (
|
||||
{labels.slice(0, length).map((color, index) => (
|
||||
<div className={`flex h-4 w-4 rounded-full ${index ? "-ml-3.5" : ""}`}>
|
||||
<span
|
||||
className={`h-4 w-4 flex-shrink-0 rounded-full border border-white
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue