Skip to content

Commit

Permalink
fix: ts issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ifaouibadi committed Jan 16, 2024
1 parent 4ae4f56 commit b455a44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,6 @@
"outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml",
"relativePaths": true
}
},
"packageManager": "yarn@1.22.21"
}
2 changes: 1 addition & 1 deletion src/components/views/rooms/RoomTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ export class RoomTile extends React.PureComponent<ClassProps, State> {
return (
<React.Fragment>
<RovingTabIndexWrapper inputRef={this.roomTileRef}>
{({ onFocus, isActive, ref }): ReactElement => (
{({ onFocus, isActive, ref }): ReactElement<any, any> => (
<Button
{...props}
onFocus={onFocus}
Expand Down

0 comments on commit b455a44

Please sign in to comment.