From 97317fcc313d8a325ffe756af5df8e5a61b147a6 Mon Sep 17 00:00:00 2001 From: Sylvia Blaho Date: Fri, 16 Aug 2024 11:25:52 +0000 Subject: [PATCH] show tasks in list, not Kanban format on ProfileDetail page #124 after the restructuring of `TaskKanban` to `TaskList`, we also need to pass the `taskTlist` prop to `TaskList` in `ProfileDetail` --- src/pages/profiles/ProfileDetail.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/profiles/ProfileDetail.js b/src/pages/profiles/ProfileDetail.js index 838bef7..10e1239 100644 --- a/src/pages/profiles/ProfileDetail.js +++ b/src/pages/profiles/ProfileDetail.js @@ -155,6 +155,7 @@ function ProfileDetail() {