1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Appease the linter

It really wants a trailing comma.
This commit is contained in:
Travis Ralston
2019-08-19 23:03:01 -06:00
parent 3181829532
commit 7cd2fb3718

View File

@@ -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;