We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302c0cd commit bd0d95bCopy full SHA for bd0d95b
1 file changed
src/index.tsx
@@ -49,8 +49,6 @@ const QcStrictMode = React.StrictMode
49
// type instead when debugging in Chrome:
50
//const QcStrictMode = React.Fragment
51
52
-// TODO: Project-wide issue: Handle errors on network, non-200 HTTP statuses, etc.
53
-
54
const QC_EXT_CLASSNAME = 'qc-ext'
55
const NAVIGATION_CONTAINER_CLASSNAME = 'qc-ext-navigation-container'
56
@@ -97,8 +95,6 @@ async function main() {
97
95
initializeComicNavigation()
98
96
initializeDateAndNews()
99
initializeExtraNavigation()
100
101
- // TODO: Initialize "message seat"
102
}
103
104
async function developmentMain() {
0 commit comments