fix: typos
This commit is contained in:
parent
ef9b70410b
commit
ebdb21d38f
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ let displayAvatar: string | null
|
|||
|
||||
|
||||
if ("username" in props.profile) {
|
||||
// assume it's a UserRespone
|
||||
// assume it's a UserResponse
|
||||
displayAvatar = props.profile.avatar
|
||||
if (!displayAvatar) {
|
||||
if (!isCanvasBlocked()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue