We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcf37a commit a688573Copy full SHA for a688573
media/js/src/simulations/simulation1/nullHypothesisSection.jsx
@@ -1,4 +1,4 @@
1
-import React, { useEffect } from 'react';
+import React from 'react';
2
import { Katex } from '../../utils/katexComponent';
3
import PropTypes from 'prop-types';
4
@@ -8,12 +8,6 @@ export const NullHypothesisSection = ({
8
tvalue3d, startQuiz2
9
}) => {
10
11
- useEffect(() => {
12
- document.getElementById('null-hypothesis')
13
- .scrollIntoView({ behavior: 'smooth' });
14
-
15
- }, [plotType]);
16
17
const tEquation =
18
't = \\cfrac{\\hat{\\beta}_1 - \\beta_1}{SE(\\hat{\\beta_1})}';
19
0 commit comments