Skip to content

Commit 0c71357

Browse files
committed
See if this removes the security review
1 parent 13de3f0 commit 0c71357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/social-web/components/layout/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function Layout() {
8484
setSelectedItemId( itemId );
8585
}, [] );
8686

87-
// Listen for hash changes (back/forward navigation)
87+
// Listen for hash changes (back/forward navigation).
8888
useEffect( () => {
8989
const syncUrlToState = () => {
9090
const { section, itemId } = parseHash();

0 commit comments

Comments
 (0)