mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-17 12:32:24 +03:00
Fix console warning about required property
This commit is contained in:
parent
975579ab26
commit
7bd31da0d5
@ -4,7 +4,7 @@ import { useGetOne } from 'react-admin'
|
||||
import { StarButton, useToggleStar } from '../common'
|
||||
import { useHotkeys } from 'react-hotkeys-hook'
|
||||
|
||||
const Placeholder = () => <StarButton disabled={true} />
|
||||
const Placeholder = () => <StarButton disabled={true} resource={'song'} />
|
||||
|
||||
const Toolbar = ({ id }) => {
|
||||
const location = useLocation()
|
||||
|
Loading…
x
Reference in New Issue
Block a user