Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Radios were loaded too fast so when checking if they should be checked by default or not, the value was `undefined` Using a state `isDataLoaded` to check if all the data was loaded or not, it fixes the problem. Probably not the prettiest fix ever made, but it does the job at the moment.
- Loading branch information