+ return
{props.index + 1}
{props.line.type !== "abs" ?
set(props.index, { formula })} /> : {"\u22A5"}}
@@ -61,7 +61,7 @@ const FitchProofLine = (props: FitchProofLineProps) => {
set(props.index, "from" as any, 1, from)} />
>}
-
+
}
diff --git a/src/components/fitch/Inserter.tsx b/src/components/fitch/Inserter.tsx
index 99b8a42..f8a0a58 100644
--- a/src/components/fitch/Inserter.tsx
+++ b/src/components/fitch/Inserter.tsx
@@ -35,12 +35,12 @@ const Inserter = (props: InserterProps) => {
{(_, indentationOffset) => {
const newIndentation = props.indentation - indentationOffset;
- return
+ return
{() => }
-
+
insert(props.index + 1, { type: "ass", indentation: newIndentation + 1, formula: "" })}>
insert(props.index + 1, { type: "rule", indentation: newIndentation, formula: "", rule: "" as any, from: [] })}>