mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-03-25 21:00:43 +01:00
Display word form by default
This commit is contained in:
parent
b9279a79e1
commit
c2e1f35c13
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ export class MainDisplay extends Component {
|
|||
|
||||
this.state = {
|
||||
isMobile: false,
|
||||
wordFormIsOpen: false,
|
||||
wordFormIsOpen: true,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue