mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
missing change
This commit is contained in:
parent
6d3f2bf38c
commit
663971cd9c
@ -10,7 +10,6 @@ const QuestContext = createContext<UseQuestManagerResult>({
|
||||
|
||||
function useQuestsManager(initialOpen: boolean): {
|
||||
open: boolean
|
||||
|
||||
setQuestsOpen: (open: boolean) => void
|
||||
} {
|
||||
const [open, setOpen] = useState<boolean>(initialOpen)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user