Fix indentation

Signed-off-by: Aaron Raimist <aaron@raim.ist>
pull/21833/head
Aaron Raimist 2019-11-26 15:00:56 -06:00
parent 7905e6cc3b
commit 98c47265c9
No known key found for this signature in database
GPG Key ID: 37419210002890EF
1 changed files with 4 additions and 2 deletions

View File

@ -53,8 +53,10 @@ export default class LabsUserSettingsTab extends React.Component {
{
_t('These are experimental features. For more information on what ' +
'these options do see <a>the documentation</a>.', {}, {
'a': (sub) => <a href="https://github.com/vector-im/riot-web/blob/develop/docs/labs.md"
rel='noopener' target='_blank'>{sub}</a>,
'a': (sub) => {
return <a href="https://github.com/vector-im/riot-web/blob/develop/docs/labs.md"
rel='noopener' target='_blank'>{sub}</a>;
},
})
}
</div>