(), [])
const store = React.useMemo(() => makeStore(props, editorRef), Object.values(props))
return (
-
-
-
+
+
+
)
}
diff --git a/client/components/Views/Report/index.tsx b/client/components/Views/Report/index.tsx
index 2b1657258..a19e91fde 100644
--- a/client/components/Views/Report/index.tsx
+++ b/client/components/Views/Report/index.tsx
@@ -10,10 +10,10 @@ export interface ReportProps {
export default function Report(props: ReportProps) {
return (
-
-
- {props.shallow ? : }
-
+
+
+ {props.shallow ? : }
+
)
}