diff --git a/src/pages/(generation)/ReadingGeneration.tsx b/src/pages/(generation)/ReadingGeneration.tsx index 67bb431f..705e76de 100644 --- a/src/pages/(generation)/ReadingGeneration.tsx +++ b/src/pages/(generation)/ReadingGeneration.tsx @@ -142,6 +142,7 @@ const PartTab = ({ /> ); + // TODO: case "matchSentences": There seems to be an issue with the API default: return null; }