mirror of
https://github.com/mue/mue.git
synced 2026-07-21 07:54:13 +02:00
chore: run lint and prettier
This commit is contained in:
@@ -28,7 +28,7 @@ class Changelog extends PureComponent {
|
||||
);
|
||||
|
||||
return text;
|
||||
}
|
||||
};
|
||||
|
||||
async getUpdate() {
|
||||
const releases = await fetch(
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user