Skip to content

Commit

Permalink
remove neg
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Jan 16, 2025
1 parent 4cca9bc commit 62e0d56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function PlacementChangeWidget:render()
classes = {'group-table-rank-change-' .. (positive and 'up' or 'down')},
children = {
positive and '' or '',
change
math.abs(change),
},
}
end
Expand Down

0 comments on commit 62e0d56

Please sign in to comment.