feat: fixed linting error

This commit is contained in:
Chris Newton
2020-10-23 15:49:24 +11:00
committed by Deluan Quintão
parent 1076dda011
commit 28bcd3f99e
2 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import 'react-image-lightbox/style.css'
import subsonic from '../subsonic'
import { DurationField, formatRange, StarButton, SizeField } from '../common'
import { ArtistLinkField } from '../common'
import { AlbumContextMenu, PlayButton } from '../common'
import { PlayButton } from '../common'
const AlbumDetails = ({ classes, record }) => {
const [isLightboxOpen, setLightboxOpen] = React.useState(false)