You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Appease the linter
It really wants a trailing comma.
This commit is contained in:
@@ -92,7 +92,7 @@ export default class InlineTermsAgreement extends React.Component {
|
|||||||
<input type='checkbox' onChange={() => this._togglePolicy(i)} checked={policy.checked} />
|
<input type='checkbox' onChange={() => this._togglePolicy(i)} checked={policy.checked} />
|
||||||
{_t("Accept")}
|
{_t("Accept")}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return rendered;
|
return rendered;
|
||||||
|
|||||||
Reference in New Issue
Block a user