proper heading binding

This commit is contained in:
SpikeHD
2022-07-21 23:53:19 -07:00
parent b78d9c28c9
commit a9d9d361e1

View File

@@ -34,6 +34,8 @@ export class Mods extends React.Component<IProps, IState> {
isDownloading: false,
category: '',
}
this.setCategory = this.setCategory.bind(this)
}
async componentDidMount() {