From ee548ea2540e42888e9c6aceff10c873f1953f19 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 9 Apr 2023 17:05:35 -0700 Subject: [PATCH] Disable max buttons and turns --- components/FilterModal/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/FilterModal/index.tsx b/components/FilterModal/index.tsx index 38fb88f4..c6a09bb7 100644 --- a/components/FilterModal/index.tsx +++ b/components/FilterModal/index.tsx @@ -404,8 +404,8 @@ const FilterModal = (props: Props) => { {chargeAttackField()} {fullAutoField()} {autoGuardField()} - {maxButtonsField()} - {maxTurnsField()} + {/* {maxButtonsField()} */} + {/* {maxTurnsField()} */} {minCharactersField()} {minSummonsField()} {minWeaponsField()}