Skip to content

Commit

Permalink
fix: Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Jun 8, 2020
1 parent e907f18 commit 56f4266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drive/web/modules/views/Drive/useActions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const useActions = (documentId, { canMove } = {}) => {
icon: 'history',
displayCondition: selection =>
selection.length === 1 && isFile(selection[0]),
action: files => {
action: () => {
alert('not implemented')
// trackEvent()
// return ownProps.router.push(
Expand Down

0 comments on commit 56f4266

Please sign in to comment.