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:
Anmol Singh Bhatia 2023-04-19 15:41:17 +05:30 committed by GitHub
parent ac125965eb
commit fb1932e309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 5 deletions

View file

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