From 946e629a5613591d0fa9b373aba778fc9e663a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Palma?= Date: Thu, 6 Feb 2025 21:06:24 +0000 Subject: [PATCH] feat: profile picture requests --- .../exchange/requests/view/cards/CommonCardHeader.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/exchange/requests/view/cards/CommonCardHeader.tsx b/src/components/exchange/requests/view/cards/CommonCardHeader.tsx index 10002024..33e8e367 100644 --- a/src/components/exchange/requests/view/cards/CommonCardHeader.tsx +++ b/src/components/exchange/requests/view/cards/CommonCardHeader.tsx @@ -9,6 +9,7 @@ import { StudentRequestCardStatus } from "../../../../../utils/requests" import { RequestCardStatus } from "./RequestCardStatus" import ExchangeRequestCommonContext from "../../../../../contexts/ExchangeRequestCommonContext" import { RequestCardPendingMotive } from "./RequestCardPendingMotive" +import studentInfoService from "../../../../../api/services/studentInfo" type Props = { name: string @@ -52,7 +53,7 @@ export const CommonCardHeader = ({ return - +