NeoLegends/velocity-pwa

Margin between items in booking list is too big

Closed this issue · 0 comments

Right now we lazy load the list of previous rides using react-virtualized. However, react-virtualized requires a fixed and pre-defined height for each item inside the list to be able to do the layouting correctly. This value is currently set incorrectly.