lint: fix whitespace

isekai-main
Barış Soner Uşaklı 2 years ago
parent 556fd65d51
commit 4768d06b27

@ -259,7 +259,7 @@ CSS.getSkinSwitcherOptions = async function (uid) {
return {
default: defaultSkins,
custom: customSkins.map(s => ({...s, selected: s.value === userSettings.bootswatchSkin })),
custom: customSkins.map(s => ({ ...s, selected: s.value === userSettings.bootswatchSkin })),
light: parseSkins(lightSkins),
dark: parseSkins(darkSkins),
};

Loading…
Cancel
Save