mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-05-24 23:56:30 +01:00
b8e0015be1
Title. Modules with precisely 8, 16, 24 etc items were showing an extra row, this changes it from floor(X/8)+1 to just ceil(X/8).