Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jul 31, 2023
1 parent 7027994 commit 4d14d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DriveView/Media.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ class Media extends Component {
const { downloadMenu, moreInfoMenu, uploadModal, windowWidth, dcamUploadInfo, routePreserved } = this.state;

if (!device) {
return;
return null;
}

let fcam = {}; let ecam = {}; let dcam = {}; let
Expand Down

0 comments on commit 4d14d2e

Please sign in to comment.