diff --git a/src/components/modals/main/settings/sections/About.jsx b/src/components/modals/main/settings/sections/About.jsx index 36a18db5..e1b0c866 100644 --- a/src/components/modals/main/settings/sections/About.jsx +++ b/src/components/modals/main/settings/sections/About.jsx @@ -103,7 +103,7 @@ export default class About extends PureComponent { sponsors, update, other_contributors, - photographers: photographers.sort().join(', '), + photographers, loading: null, }); } @@ -347,8 +347,15 @@ export default class About extends PureComponent { {variables.getMessage('modals.main.settings.sections.about.photographers')} -
{this.state.loading}
- {this.state.photographers} + {!!this.state.loading ?{this.state.loading}
: <>> } +