diff --git a/frontend/src/pages/vocab.tsx b/frontend/src/pages/vocab.tsx index 3a09664..6044a6b 100644 --- a/frontend/src/pages/vocab.tsx +++ b/frontend/src/pages/vocab.tsx @@ -131,6 +131,15 @@ export default class VocabPage extends React.Component { const { vocab } = this.props; return
{vocab.map(this.vocabToCard)} + { + vocab.length === 0 ? ( +
+ + Noch keine Vokabeln gelernt + +
+ ) : undefined + }