mirror of
https://github.com/mue/mue.git
synced 2026-07-14 20:43:54 +02:00
chore: run prettier, lint, make it so i can run mue
This commit is contained in:
@@ -38,7 +38,6 @@ import { checkAchievements, newAchievements } from './condition';
|
||||
function getLocalisedAchievementData(id) {
|
||||
// const localised = translations[variables.locale_id][id] ||
|
||||
// translations.en-GB[id] || { name: id, description: '' };
|
||||
|
||||
// return {
|
||||
// name: localised.name,
|
||||
// description: localised.description,
|
||||
|
||||
@@ -10,9 +10,7 @@ function ClearModal({ modalClose, resetStats }) {
|
||||
<span className="title">
|
||||
{variables.getMessage('settings:sections.advanced.reset_modal.title')}
|
||||
</span>
|
||||
<Tooltip
|
||||
title={variables.getMessage('settings:sections.advanced.reset_modal.cancel')}
|
||||
>
|
||||
<Tooltip title={variables.getMessage('settings:sections.advanced.reset_modal.cancel')}>
|
||||
<div className="close" onClick={modalClose}>
|
||||
<MdClose />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user