chore: formatting

This commit is contained in:
ThatOneCalculator 2023-06-13 17:04:17 -07:00
parent ca1581a494
commit c80d91dc38
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -97,7 +97,8 @@
let fontSize = localStorage.getItem("fontSize");
if (fontSize) {
if (fontSize < 10) { // need to do this for now, as values before were 1, 2, 3 depending on the option
if (fontSize < 10) {
// need to do this for now, as values before were 1, 2, 3 depending on the option
localStorage.setItem("fontSize", null);
fontSize = localStorage.getItem("fontSize");
}