From 0b3e686f3f88369f28c2a3508d61937b7e7e81cd Mon Sep 17 00:00:00 2001 From: Joao Ramos Date: Thu, 4 Jul 2024 00:25:04 +0100 Subject: [PATCH] Match sentence log --- src/pages/(generation)/ReadingGeneration.tsx | 1 + 1 file changed, 1 insertion(+) 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; }