BUUPE / inquisitor

An end-to-end system for BU UPE recruitment season
https://upe.bu.edu/inquisitor/
MIT License
1 stars 1 forks source link

Submit Tab in the wrong place #104

Closed vitorvicente closed 2 years ago

vitorvicente commented 4 years ago

Submit tab seems to appear at the top of the bar instead of at the end, this only happens when there are enough questions to fill the bar.

vitorvicente commented 2 years ago

Fixed in https://github.com/BUUPE/Inquisitor/tree/improvements/3.0, Math.max was being applied to an Array Object, needed to deconstruct it.