fix: Project Rendering Error in Kanban Layout and Layout Rendering Fixes in Subscribed Profile Issues (#2629)
* fix: rendering projects error in kanabn layout in profile issues and resolved multiplr layout rendering in subscribed profile issues * fix: implemented spinner loader in profile issues and remove logs in kanban layout
This commit is contained in:
parent
dd2ba2ec6f
commit
1352c200dd
5 changed files with 47 additions and 19 deletions
|
|
@ -178,8 +178,7 @@ export const KanBan: React.FC<IKanBan> = observer((props) => {
|
|||
|
||||
return (
|
||||
<div className="relative w-full h-full">
|
||||
{/* TODO: have to implement */}
|
||||
{group_by && group_by === "projects" && (
|
||||
{group_by && group_by === "project" && (
|
||||
<GroupByKanBan
|
||||
issues={issues}
|
||||
group_by={group_by}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue