From d58c4ed3ea9b97cb87e1e6901bd6aff263d8613c Mon Sep 17 00:00:00 2001 From: pikiou Date: Fri, 7 Apr 2023 12:25:54 +0200 Subject: [PATCH] Show own team members --- src/components/Asks/index.tsx | 4 ++-- src/components/VolunteerBoard/Board.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Asks/index.tsx b/src/components/Asks/index.tsx index f1f7f39..7e28a9c 100644 --- a/src/components/Asks/index.tsx +++ b/src/components/Asks/index.tsx @@ -15,7 +15,7 @@ import { AskTeamWishes, fetchFor as fetchForTeamWishes } from "./AskTeamWishes" // AskParticipationDetails, // fetchFor as fetchForParticipationDetails, // } from "./AskParticipationDetails" -import { AskPushNotif } from "./AskPushNotif" +// import { AskPushNotif } from "./AskPushNotif" const Asks = (): JSX.Element | null => { const { volunteerAsks } = useAskTools() @@ -33,7 +33,7 @@ const Asks = (): JSX.Element | null => { // AskHosting(asks, 20) // AskMeals(asks, 22) - AskPushNotif(asks, 99) + // AskPushNotif(asks, 99) if (_.isEmpty(asks)) { asks.push( diff --git a/src/components/VolunteerBoard/Board.tsx b/src/components/VolunteerBoard/Board.tsx index da4bd87..63bebcd 100644 --- a/src/components/VolunteerBoard/Board.tsx +++ b/src/components/VolunteerBoard/Board.tsx @@ -9,7 +9,7 @@ import DayWishesFormModal from "./DayWishesForm/DayWishesFormModal" // import ParticipationDetailsFormModal from "./ParticipationDetailsForm/ParticipationDetailsFormModal" import TeamWishes from "./TeamWishes/TeamWishes" import TeamWishesFormModal from "./TeamWishesForm/TeamWishesFormModal" -// import VolunteerTeam from "./VolunteerTeam/VolunteerTeam" +import VolunteerTeam from "./VolunteerTeam/VolunteerTeam" import withUserConnected from "../../utils/withUserConnected" import ContentTitle from "../ui/Content/ContentTitle" import { fetchFor as fetchForDayWishesForm } from "./DayWishesForm/DayWishesForm" @@ -46,8 +46,8 @@ const Board: FC = (): JSX.Element => ( */} - {/* - + + {/* */}