There was an error while loading. Please reload this page.
1 parent 01ff207 commit 45997d6Copy full SHA for 45997d6
1 file changed
packages/neuron-ui/src/components/Overview/index.tsx
@@ -124,10 +124,7 @@ const Overview = ({
124
125
useEffect(() => {
126
if (id) {
127
- const activityListContainer = document.querySelector('.ms-DetailsList>div') as HTMLElement
128
- if (activityListContainer) {
129
- backToTop(activityListContainer)
130
- }
+ backToTop()
131
}
132
}, [id])
133
0 commit comments