Match sentence log

This commit is contained in:
Joao Ramos
2024-07-04 00:25:04 +01:00
parent 3da87cce60
commit 0b3e686f3f

View File

@@ -142,6 +142,7 @@ const PartTab = ({
/> />
</> </>
); );
// TODO: case "matchSentences": There seems to be an issue with the API
default: default:
return null; return null;
} }