mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Require explicit public modifier
This commit is contained in:
@@ -77,7 +77,7 @@ class OptionsApp extends Component<{}, OptionsAppState> {
|
||||
= this.getWhitelistItemPatternError.bind(this);
|
||||
}
|
||||
|
||||
async componentDidMount () {
|
||||
public async componentDidMount () {
|
||||
const { options } = await browser.storage.sync.get("options");
|
||||
|
||||
this.setState({
|
||||
@@ -95,7 +95,7 @@ class OptionsApp extends Component<{}, OptionsAppState> {
|
||||
});
|
||||
}
|
||||
|
||||
render () {
|
||||
public render () {
|
||||
if (!this.state.hasLoaded) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user