Display word form by default
This commit is contained in:
parent
b9279a79e1
commit
c2e1f35c13
|
@ -22,7 +22,7 @@ export class MainDisplay extends Component {
|
|||
|
||||
this.state = {
|
||||
isMobile: false,
|
||||
wordFormIsOpen: false,
|
||||
wordFormIsOpen: true,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue