Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayberktandogan committed May 21, 2021
1 parent f28c2a3 commit b770d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/manga-episode/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function MangaEpisodePage(props) {
episode_number: "",
pages: [],
});
const [activeEpisodeId, setActiveEpisodeId] = useState(0);
const [activeEpisodeId, setActiveEpisodeId] = useState(null);
const [activePageNumber, setActivePageNumber] = useState(1);
const [settings, setSettings] = useContext(SettingsContext);

Expand Down

0 comments on commit b770d1b

Please sign in to comment.