mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 08:26:19 +02:00
style(frontend): fix autofixable eslint errors (#9968)
This commit is contained in:
committed by
GitHub
parent
63df2c851e
commit
7c5fc2c423
@@ -124,7 +124,7 @@ function onAiClick(ev) {
|
||||
}
|
||||
|
||||
if (window.innerWidth < 1024) {
|
||||
const currentUI = miLocalStorage.getItem('ui')
|
||||
const currentUI = miLocalStorage.getItem('ui');
|
||||
miLocalStorage.setItem('ui_temp', currentUI || 'default');
|
||||
miLocalStorage.setItem('ui', 'default');
|
||||
location.reload();
|
||||
|
||||
Reference in New Issue
Block a user