fix: Perfekt has not been removed
This commit is contained in:
@@ -28,9 +28,6 @@ function vocabSpecificInformation(vocab: IVocab) {
|
||||
<Typography variant="subheading" component="p">
|
||||
<b>1. Person Präsens:</b> {vData.praesens}
|
||||
</Typography>
|
||||
<Typography variant="subheading" component="p">
|
||||
<b>1. Person Perfekt:</b> {vData.perfekt}
|
||||
</Typography>
|
||||
</div>;
|
||||
case VocabType.ADJEKTIV:
|
||||
const aData = vocab.latin as IAdjektivData;
|
||||
|
||||
@@ -128,12 +128,6 @@ export function vocabToReviewCard(vocab: IVocab): IReviewCard[] {
|
||||
answers: [vData.praesens],
|
||||
qtype: ReviewQType.VERB_PRAESENS,
|
||||
id: vocab.id,
|
||||
}, {
|
||||
// Latin -> Perfekt
|
||||
question: vData.grundform,
|
||||
answers: [vData.perfekt],
|
||||
qtype: ReviewQType.VERB_PERFEKT,
|
||||
id: vocab.id,
|
||||
}];
|
||||
case VocabType.ADJEKTIV:
|
||||
const aData = vocab.latin as IAdjektivData;
|
||||
|
||||
Reference in New Issue
Block a user