Fix minature => miniature spelling (#2727)

This commit is contained in:
Hugh Nimmo-Smith
2024-11-06 15:54:58 +00:00
committed by GitHub
parent a041a7bf7e
commit bfffddfa92
4 changed files with 8 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
)}
<RaisedHandIndicator
raisedHandTime={raisedHandTime}
minature={avatarSize < 96}
miniature={avatarSize < 96}
showTimer={handRaiseTimerVisible}
onClick={raisedHandOnClick}
/>