TJSteel / orm-project-management

This repository will be for managing tickets for the online racing manager
1 stars 0 forks source link

raceRoundEntries table showing car columns when series only has 1 car #61

Closed TJSteel closed 3 years ago

TJSteel commented 4 years ago

example, see page: https://online-racing-manager.herokuapp.com/raceRound/5e60303bf5d1b80004bcf7db

it displays car and car class, however as the car choice isn't sent with an entry to a single car championship, it will always be null, therefore the car and car class column should be hidden

TJSteel commented 4 years ago

to point you in the right direction,

the files that control this are stored here: src/app/core/screens/raceRoundEntries/race-round-entry-table

I could hint further, but then I'd be fixing it for you

madalinaj730 commented 4 years ago

issue fixed