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 }) { ...@@ -172,7 +172,7 @@ function HypothesisApp({ auth, bridge, settings, session, toastMessenger }) {
> >
{route !== 'notebook' && ( {route !== 'notebook' && (
<TopBar <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} auth={authState}
onLogin={login} onLogin={login}
onSignUp={signUp} 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