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:
guru_sainath 2023-11-03 13:17:52 +05:30 committed by GitHub
parent dd2ba2ec6f
commit 1352c200dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 47 additions and 19 deletions

View file

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