Show album info on hover

This commit is contained in:
Deluan
2020-05-30 19:40:11 -04:00
parent 14d7a69088
commit 86a9f9e410
2 changed files with 49 additions and 23 deletions
-1
View File
@@ -50,7 +50,6 @@ const AlbumDatagridRow = ({ children, ...rest }) => {
? child
: cloneElement(child, {
visible,
...rest,
}))
)}
</DatagridRow>