fix category setting

This commit is contained in:
SpikeHD
2022-07-23 23:44:04 -07:00
parent ac8fd3af45
commit a25645ef77
2 changed files with 10 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ export class ModList extends React.Component<IProps, IState> {
constructor(props: IProps) {
super(props)
console.log('Getting')
this.downloadMod = this.downloadMod.bind(this)
}