chore: run lint and prettier

This commit is contained in:
David Ralph
2024-03-19 21:45:17 +00:00
parent 57df2ce523
commit 2136f558b9
62 changed files with 225 additions and 145 deletions

View File

@@ -28,7 +28,7 @@ class Changelog extends PureComponent {
);
return text;
}
};
async getUpdate() {
const releases = await fetch(

View File

@@ -14,7 +14,7 @@ import { getLocalisedAchievementData, achievements, checkAchievements } from 'ut
class Stats extends PureComponent {
constructor() {
super();
super();
this.state = {
stats: JSON.parse(localStorage.getItem('statsData')) || {},
achievements,