DoSomethingArchive / LetsDoThis-iOS

:iphone: iOS source code for DoSomething: Take Action on the News
http://app.dosomething.org
MIT License
2 stars 0 forks source link

Only adds profile section if data exists #1028 #1036

Closed aaronschachter closed 8 years ago

aaronschachter commented 8 years ago

Fixes #1028: future releases of React Native would have rendered empty profile sections since we were adding the relevant section index even if the section didn't have rows. This change only creates the section index if data exists for the relevant section.