Skip to content

Commit

Permalink
Logs (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucieo authored Feb 23, 2024
1 parent 9073466 commit b2e07fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/components/Campaign/CampaignProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ const CampaignProvider = ({ children }: ICampaignProvider) => {
(currentCampaign?.mode === 'disponibilities' && isCampaignPlace) ||
currentCampaign?.mode === 'applications'

console.log(
activeCampaigns,
currentCampaign,
isCampaignPlace,
hasActiveCampaign,
isLoading,
allPlaceCampaigns,
isLoadingAllPlaceCampaigns,
)
return (
<CampaignContext.Provider
value={{
Expand Down

0 comments on commit b2e07fc

Please sign in to comment.