Revert "Run eslint src --fix
"
This commit is contained in:
parent
67678c0f3a
commit
9bbdac088e
82 changed files with 342 additions and 363 deletions
|
@ -45,7 +45,7 @@ export function MainMenu(props: IMainMenuProps): JSX.Element {
|
|||
</label>
|
||||
</form>
|
||||
<button type="button"
|
||||
onClick={() => { setWindowState(WindowState.Main); }}
|
||||
onClick={() => setWindowState(WindowState.Main)}
|
||||
className='normal-btn block
|
||||
mt-8 '
|
||||
>
|
||||
|
@ -70,7 +70,7 @@ export function MainMenu(props: IMainMenuProps): JSX.Element {
|
|||
<button
|
||||
type="button"
|
||||
className='mainmenu-btn'
|
||||
onClick={() => { setWindowState(WindowState.Load); }}
|
||||
onClick={() => setWindowState(WindowState.Load)}
|
||||
>
|
||||
{Text({ textId: '@LoadConfigFile' })}
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue