Commit 93700b5e authored by Robert Knight's avatar Robert Knight

Correct a typo

parent 4be722ea
......@@ -172,7 +172,7 @@ function HypothesisApp({ auth, bridge, settings, session, toastMessenger }) {
>
{route !== 'notebook' && (
<TopBar
// @ts-expect-error - This type mistmatch needs to be fixed or the prop removed.
// @ts-expect-error - This type mismatch needs to be fixed or the prop removed.
auth={authState}
onLogin={login}
onSignUp={signUp}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment