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.
1 parent d32e8c2 commit bde17b5Copy full SHA for bde17b5
src/pages/conformance/index.tsx
@@ -27,6 +27,7 @@ export default function Conformance() {
27
>(null);
28
29
const urlState = createUrlState(location.search);
30
+ const resolvedState = updateInitialConformanceState(urlState, location.state);
31
32
// Initial Render useEffect
33
React.useEffect(() => {
@@ -68,8 +69,6 @@ export default function Conformance() {
68
69
);
70
}, []);
71
- const resolvedState = updateInitialConformanceState(urlState, location.state);
72
-
73
return (
74
<Layout title="Conformance" description="Boa Conformance Page">
75
<main className={styles.mainLayout}>
0 commit comments