1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

Add explicit public

This commit is contained in:
J. Ryan Stinnett
2021-05-21 12:59:54 +01:00
parent 66077e3a05
commit 5d6f16ff64

View File

@@ -351,7 +351,7 @@ export class TermsAuthEntry extends React.Component<ITermsAuthEntryProps, ITerms
this.props.onPhaseChange(DEFAULT_PHASE);
}
tryContinue = () => {
public tryContinue = () => {
this.trySubmit();
};