mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Appease the linter
It really wants a trailing comma.
This commit is contained in:
parent
3181829532
commit
7cd2fb3718
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue