Skip to content

Commit 561a89f

Browse files
committed
Remove unnecessary TODO tag
1 parent 629f2dd commit 561a89f

File tree

1 file changed

+0
-1
lines changed
  • pages/admin/lessons/[lessonSlug]/[pageName]

1 file changed

+0
-1
lines changed

pages/admin/lessons/[lessonSlug]/[pageName]/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ const IntroductionPage = ({ lesson }: { lesson: Lesson }) => {
8787

8888
await updateLesson(makeGraphqlVariable(formOptions))
8989
} catch (err) {
90-
// TODO: Display error with QueryStateMessage #2181
9190
Sentry.captureException(err)
9291
}
9392
}

0 commit comments

Comments
 (0)