mirror of
https://github.com/desktop/desktop
synced 2024-10-31 11:07:25 +00:00
Please linter
This commit is contained in:
parent
cacf460d46
commit
72c99474db
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export class FileList extends React.Component<IFileListProps> {
|
|||
) => {
|
||||
this.props.onContextMenu?.(this.props.files[row], event)
|
||||
}
|
||||
|
||||
|
||||
private getFileAriaLabel = (row: number) => {
|
||||
const file = this.props.files[row]
|
||||
const { path, status } = file
|
||||
|
|
Loading…
Reference in a new issue