Skip to content

Commit

Permalink
Assign value to allWords. Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisy1 committed Nov 14, 2019
1 parent dbb36a2 commit 06a706b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class App extends React.Component<AppProps, AppState> {
const words = await connection.manager.find(Dictionary);
this.setState({
words: words,
allWords: words,
isLoaded: true
});
}
Expand Down

0 comments on commit 06a706b

Please sign in to comment.