mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 18:36:12 +02:00
style(frontend): fix autofixable eslint errors (#9968)
This commit is contained in:
committed by
GitHub
parent
63df2c851e
commit
7c5fc2c423
@@ -50,7 +50,7 @@ function close() {
|
||||
}
|
||||
|
||||
function neverShow() {
|
||||
miLocalStorage.setItem('neverShowDonationInfo', 'true')
|
||||
miLocalStorage.setItem('neverShowDonationInfo', 'true');
|
||||
close();
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user