TripSit / website

3 stars 3 forks source link

Fix crash in factsheets from undefined data when typing single letters #145

Closed theimperious1 closed 3 months ago

theimperious1 commented 3 months ago

There was a bug where if you input a single letter in multiple of the factsheet input fields, it would crash. This resolves that error by making sure undefined rows are not passed to addDictionaryDefs. Seems to all work fine on my end and I compared results from both the live site and local to verify data still looked fine.

Credit to virtualymichael from the Discord for reporting the problem.

Fix #144.