Please linter

This commit is contained in:
Sergio Padrino 2023-07-31 23:49:57 +02:00
parent cacf460d46
commit 72c99474db

View file

@ -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