[WEB-763] fix: workspace remains listed after leaving the workspace in the user profile (#3993)

* chore: build error

* fix: workspace not getting removed when user leaves the workspace
This commit is contained in:
guru_sainath 2024-03-20 13:43:18 +05:30 committed by GitHub
parent 0f79c6d7d8
commit 7d3a96b3d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 128 additions and 34 deletions

View file

@ -178,7 +178,7 @@ export const IssueLabelSelect: React.FC<Props> = observer((props) => {
);
} else
return (
<div className="border-y border-custom-border-200">
<div key={label.id} className="border-y border-custom-border-200">
<div className="flex select-none items-center gap-2 truncate p-2 text-custom-text-100">
<Component className="h-3 w-3" /> {label.name}
</div>