diff --git a/client/src/components/infoview/goals.tsx b/client/src/components/infoview/goals.tsx index d394d8a..0ee317f 100644 --- a/client/src/components/infoview/goals.tsx +++ b/client/src/components/infoview/goals.tsx @@ -159,9 +159,7 @@ export const Goal = React.memo((props: GoalProps) => { { assumptionHyps.length > 0 &&
Assumptions:
{assumptionHyps.map((h, i) => )}
} -
- -
+ {commandLineMode && } {!filter.reverse && goalLi} {showHints && hints}