mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-08 08:34:20 +02:00
Show own team members
This commit is contained in:
parent
9f03b2c63b
commit
d58c4ed3ea
@ -15,7 +15,7 @@ import { AskTeamWishes, fetchFor as fetchForTeamWishes } from "./AskTeamWishes"
|
|||||||
// AskParticipationDetails,
|
// AskParticipationDetails,
|
||||||
// fetchFor as fetchForParticipationDetails,
|
// fetchFor as fetchForParticipationDetails,
|
||||||
// } from "./AskParticipationDetails"
|
// } from "./AskParticipationDetails"
|
||||||
import { AskPushNotif } from "./AskPushNotif"
|
// import { AskPushNotif } from "./AskPushNotif"
|
||||||
|
|
||||||
const Asks = (): JSX.Element | null => {
|
const Asks = (): JSX.Element | null => {
|
||||||
const { volunteerAsks } = useAskTools()
|
const { volunteerAsks } = useAskTools()
|
||||||
@ -33,7 +33,7 @@ const Asks = (): JSX.Element | null => {
|
|||||||
// AskHosting(asks, 20)
|
// AskHosting(asks, 20)
|
||||||
// AskMeals(asks, 22)
|
// AskMeals(asks, 22)
|
||||||
|
|
||||||
AskPushNotif(asks, 99)
|
// AskPushNotif(asks, 99)
|
||||||
|
|
||||||
if (_.isEmpty(asks)) {
|
if (_.isEmpty(asks)) {
|
||||||
asks.push(
|
asks.push(
|
||||||
|
@ -9,7 +9,7 @@ import DayWishesFormModal from "./DayWishesForm/DayWishesFormModal"
|
|||||||
// import ParticipationDetailsFormModal from "./ParticipationDetailsForm/ParticipationDetailsFormModal"
|
// import ParticipationDetailsFormModal from "./ParticipationDetailsForm/ParticipationDetailsFormModal"
|
||||||
import TeamWishes from "./TeamWishes/TeamWishes"
|
import TeamWishes from "./TeamWishes/TeamWishes"
|
||||||
import TeamWishesFormModal from "./TeamWishesForm/TeamWishesFormModal"
|
import TeamWishesFormModal from "./TeamWishesForm/TeamWishesFormModal"
|
||||||
// import VolunteerTeam from "./VolunteerTeam/VolunteerTeam"
|
import VolunteerTeam from "./VolunteerTeam/VolunteerTeam"
|
||||||
import withUserConnected from "../../utils/withUserConnected"
|
import withUserConnected from "../../utils/withUserConnected"
|
||||||
import ContentTitle from "../ui/Content/ContentTitle"
|
import ContentTitle from "../ui/Content/ContentTitle"
|
||||||
import { fetchFor as fetchForDayWishesForm } from "./DayWishesForm/DayWishesForm"
|
import { fetchFor as fetchForDayWishesForm } from "./DayWishesForm/DayWishesForm"
|
||||||
@ -46,8 +46,8 @@ const Board: FC = (): JSX.Element => (
|
|||||||
<ParticipationDetailsFormModal /> */}
|
<ParticipationDetailsFormModal /> */}
|
||||||
<TeamWishes />
|
<TeamWishes />
|
||||||
<TeamWishesFormModal />
|
<TeamWishesFormModal />
|
||||||
{/* <VolunteerTeam />
|
<VolunteerTeam />
|
||||||
<Hosting />
|
{/* <Hosting />
|
||||||
<HostingFormModal />
|
<HostingFormModal />
|
||||||
<Meals />
|
<Meals />
|
||||||
<MealsFormModal /> */}
|
<MealsFormModal /> */}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user