Skip to content

Commit

Permalink
chore: add console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
satyam73 committed Mar 31, 2024
1 parent 4f9d6c9 commit e7a15a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/RequestBoardTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => (
<BoardDetailsRow
key={skillItem.id}
Expand Down

0 comments on commit e7a15a6

Please sign in to comment.