Skip to content

Commit

Permalink
Fix console warning about required property
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Nov 30, 2020
1 parent 975579a commit 7bd31da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/audioplayer/PlayerToolbar.js
Expand Up @@ -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()
Expand Down

0 comments on commit 7bd31da

Please sign in to comment.