Fix song context menu "on hover" visibility

This commit is contained in:
Deluan
2020-11-26 15:08:26 -05:00
committed by Deluan Quintão
parent f5808288ab
commit a42fb024be
7 changed files with 100 additions and 61 deletions
-1
View File
@@ -10,7 +10,6 @@ import AlbumDetails from './AlbumDetails'
import AlbumActions from './AlbumActions'
const AlbumShowLayout = (props) => {
console.log('show', props)
const { loading, ...context } = useShowContext(props)
const { record } = context