Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit a87366b

Browse files
committed
making sure is-os class can actually be set
1 parent c35c841 commit a87366b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mods/tier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ idrinth.tier = {
249249
) {
250250
return ln;
251251
}
252-
ln.styles = isOs ( idrinth.tier.list[listKey].os[difficulty], idrinth.tier.list[listKey][difficulty][ic] ) ? 'is-os' : '';
252+
ln.css = isOs ( idrinth.tier.list[listKey].os[difficulty], idrinth.tier.list[listKey][difficulty][ic] ) ? 'is-os' : '';
253253
ln.content = idrinth.ui.formatNumber ( idrinth.tier.list[listKey][difficulty][ic] );
254254
if (
255255
idrinth.tier.list[listKey].epics &&

0 commit comments

Comments
 (0)