We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13de3f0 commit 0c71357Copy full SHA for 0c71357
src/social-web/components/layout/index.tsx
@@ -84,7 +84,7 @@ export function Layout() {
84
setSelectedItemId( itemId );
85
}, [] );
86
87
- // Listen for hash changes (back/forward navigation)
+ // Listen for hash changes (back/forward navigation).
88
useEffect( () => {
89
const syncUrlToState = () => {
90
const { section, itemId } = parseHash();
0 commit comments