diff --git a/src/ui/Mods.tsx b/src/ui/Mods.tsx index af50a21..17a100f 100644 --- a/src/ui/Mods.tsx +++ b/src/ui/Mods.tsx @@ -34,6 +34,8 @@ export class Mods extends React.Component { isDownloading: false, category: '', } + + this.setCategory = this.setCategory.bind(this) } async componentDidMount() {