mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-05-15 02:53:00 +02:00
Remove debug
This commit is contained in:
parent
65457c289f
commit
178e8b72f3
@ -44,8 +44,6 @@ export function Manga({manga, children, loading} : { manga: IManga | undefined,
|
|||||||
const useManga = manga ?? DefaultManga;
|
const useManga = manga ?? DefaultManga;
|
||||||
loading = loading ?? false;
|
loading = loading ?? false;
|
||||||
const CoverRef = useRef<HTMLImageElement>(null);
|
const CoverRef = useRef<HTMLImageElement>(null);
|
||||||
console.log(useManga);
|
|
||||||
console.log(manga);
|
|
||||||
|
|
||||||
const apiUri = useContext(ApiUriContext);
|
const apiUri = useContext(ApiUriContext);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user