From e7a15a6bbe78fae7b73efb38f0e2f12defcb911b Mon Sep 17 00:00:00 2001 From: Satyam Date: Sun, 31 Mar 2024 20:44:25 +0530 Subject: [PATCH] chore: add console statement --- src/components/RequestBoardTable/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/RequestBoardTable/index.tsx b/src/components/RequestBoardTable/index.tsx index 6a84884..16490c0 100644 --- a/src/components/RequestBoardTable/index.tsx +++ b/src/components/RequestBoardTable/index.tsx @@ -10,7 +10,8 @@ export default function RequestBoardTable({ openDetails }: { openDetails: () => console.log(endorsements, isLoading); //will remove this when BE APIs are ready const user = useGetSelfUser(); - console.log(user) + console.log(user); + const renderBoardDetailsRow = requestBoardData.map((skillItem, index) => (