mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
lint common
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export function getDropClass ({type, key}) {
|
||||
export function getDropClass ({ type, key }) {
|
||||
let dropClass = '';
|
||||
|
||||
if (type) {
|
||||
@@ -48,4 +48,4 @@ export function round (number, nDigits) {
|
||||
|
||||
export function getXPMessage (val) {
|
||||
return `${getSign(val)} ${round(val)}`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user