diff --git a/src/components/fitch/FitchProofFromSelect.tsx b/src/components/fitch/FitchProofFromSelect.tsx
index 915c667..f9ea58c 100644
--- a/src/components/fitch/FitchProofFromSelect.tsx
+++ b/src/components/fitch/FitchProofFromSelect.tsx
@@ -26,7 +26,7 @@ const FitchProofFromSelect = (props: FitchProofFromSelectProps) => {
class="w-20"
onChange={onChange}
>
-
+
{(_, index) => }
diff --git a/src/rules/fitch.ts b/src/rules/fitch.ts
index 6f34f84..72bef1f 100644
--- a/src/rules/fitch.ts
+++ b/src/rules/fitch.ts
@@ -74,7 +74,7 @@ const propRulesOptions: Record<
},
dr: {
label: "DR",
- count: 2,
+ count: 3,
},
abs: {
label: "Abs.",