We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a02e6ac + 2a22fa8 commit 318d3f0Copy full SHA for 318d3f0
media/js/src/firstOrderLogic/options.tsx
@@ -31,7 +31,8 @@ export const Options: React.FC<OptionProps> = ({
31
<button className={`btn btn-large w-100 my-1 btn-${showResult(i)}`}
32
onClick={() => setSelected(i)}
33
>
34
- <p>{option.naturalLanguageStatement}</p>
+ {selected === i &&
35
+ <p>{option.naturalLanguageStatement}</p>}
36
<strong>{option.formalFOLStatement}</strong>
37
</button>
38
</div>
0 commit comments