Skip to content

Commit bb28cb8

Browse files
committed
See if this removes the security review
1 parent 8a48bf9 commit bb28cb8

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
@@ -74,7 +74,7 @@ export function Layout() {
7474
setSelectedItemId( itemId );
7575
}, [] );
7676

77-
// Listen for hash changes (back/forward navigation)
77+
// Listen for hash changes (back/forward navigation).
7878
useEffect( () => {
7979
const syncUrlToState = () => {
8080
const { section, itemId } = parseHash();

0 commit comments

Comments
 (0)