From a9d9d361e1ba165378798698f6cec5044ada7a94 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Thu, 21 Jul 2022 23:53:19 -0700 Subject: [PATCH] proper heading binding --- src/ui/Mods.tsx | 2 ++ 1 file changed, 2 insertions(+) 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() {