mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-07-06 10:54:18 +02:00
Fix MangaConnectorContext (missing .Provider)
This commit is contained in:
@ -82,7 +82,7 @@ export default function App () {
|
||||
|
||||
return (
|
||||
<ApiUriContext.Provider value={apiUri}>
|
||||
<MangaConnectorContext value={mangaConnectors}>
|
||||
<MangaConnectorContext.Provider value={mangaConnectors}>
|
||||
<MangaContext.Provider value={{mangas, GetManga}}>
|
||||
<ChapterContext.Provider value={{chapters, GetChapter}}>
|
||||
<Sheet className={"app"}>
|
||||
@ -101,7 +101,7 @@ export default function App () {
|
||||
</Sheet>
|
||||
</ChapterContext.Provider>
|
||||
</MangaContext.Provider>
|
||||
</MangaConnectorContext>
|
||||
</MangaConnectorContext.Provider>
|
||||
</ApiUriContext.Provider>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user