mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Appease the linter
It really wants a trailing comma.
This commit is contained in:
parent
3181829532
commit
7cd2fb3718
@ -92,7 +92,7 @@ export default class InlineTermsAgreement extends React.Component {
|
||||
<input type='checkbox' onChange={() => this._togglePolicy(i)} checked={policy.checked} />
|
||||
{_t("Accept")}
|
||||
</div>
|
||||
</div>
|
||||
</div>,
|
||||
);
|
||||
}
|
||||
return rendered;
|
||||
|
Loading…
Reference in New Issue
Block a user