Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 19, 2024
1 parent 1ac6987 commit 9323d63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function URLOrScreen({ lastUrl }: { lastUrl: string | undefined }): JSX.Element
if (isObject(lastUrl)) {
if ('href' in lastUrl) {
// regression protection, we saw a user whose site was sometimes sending the string-ified location object
// this is a best-effort attempt to show the href in that case in that case
// this is a best-effort attempt to show the href in that case
lastUrl = lastUrl['href'] as string | undefined
}
}
Expand Down

0 comments on commit 9323d63

Please sign in to comment.