[here](https://github.com/backspace/prison-rideshare-ui/blob/c300248dc6f8c7e7eb008bf39c3d4625eb7a3209/app/templates/components/ride-row.hbs#L92) It’s an obvious change: ``` {{#body.row class=(concat classAttribute ' notes') as |row|}} ``` but then if a post-divider ride has a note, the divider separates it from the ride.
here
It’s an obvious change:
but then if a post-divider ride has a note, the divider separates it from the ride.