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();
};