We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a48bf9 commit bb28cb8Copy full SHA for bb28cb8
src/social-web/components/layout/index.tsx
@@ -74,7 +74,7 @@ export function Layout() {
74
setSelectedItemId( itemId );
75
}, [] );
76
77
- // Listen for hash changes (back/forward navigation)
+ // Listen for hash changes (back/forward navigation).
78
useEffect( () => {
79
const syncUrlToState = () => {
80
const { section, itemId } = parseHash();
0 commit comments