Skip to content

Commit

Permalink
aggiornato l'evento di default
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyBenevelli committed Sep 21, 2023
1 parent a149d68 commit 8faf1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/EventContext.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, { createContext, useState } from 'react';
export const EventContext = createContext("");

const EventContextProvider = ({children}) => {
const [selected, setSelected] = useState(3)
const [selected, setSelected] = useState(4)

return (
<EventContext.Provider value={{selected, setSelected}}>{children}</EventContext.Provider>
Expand Down

1 comment on commit 8faf1b8

@vercel
Copy link

@vercel vercel bot commented on 8faf1b8 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.