[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:
parent
0f79c6d7d8
commit
7d3a96b3d0
8 changed files with 128 additions and 34 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue