Skip to content

Commit

Permalink
Web:Common:Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gazizova-vlada committed Feb 2, 2022
1 parent 9e35b79 commit bf07a14
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@ class MediaViewer extends React.Component {
if (this.canImageView(ext)) {
isImage = true;
} else {
console.log("isVideo");
isImage = false;
isVideo = this.mapSupplied[ext]
? this.mapSupplied[ext].type == mediaTypes.video
Expand Down

0 comments on commit bf07a14

Please sign in to comment.