Display word form by default

This commit is contained in:
Robbie Antenesse 2017-12-10 14:11:29 -07:00
parent b9279a79e1
commit c2e1f35c13
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export class MainDisplay extends Component {
this.state = {
isMobile: false,
wordFormIsOpen: false,
wordFormIsOpen: true,
};
}