diff --git a/src/App.tsx b/src/App.tsx index aa97c69..975f296 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -43,6 +43,7 @@ class App extends React.Component { const words = await connection.manager.find(Dictionary); this.setState({ words: words, + allWords: words, isLoaded: true }); }