Skip to content

Commit efa5f37

Browse files
Update part5a.md
The updated handle login function was not fully highlighted ( closing brackets were left out )
1 parent 9ba2c62 commit efa5f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/5/en/part5a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ const App = () => {
148148
setErrorMessage(null)
149149
}, 5000)
150150
}
151-
// highlight-end
152-
}
151+
152+
} // highlight-end
153153

154154
// ...
155155
}

0 commit comments

Comments
 (0)