Upgrade prettier to 2.3.0
Some reformatting was needed... :/
This commit is contained in:
@@ -295,9 +295,10 @@ const Player = () => {
|
||||
[dispatch, showNotifications]
|
||||
)
|
||||
|
||||
const onAudioPause = useCallback((info) => dispatch(currentPlaying(info)), [
|
||||
dispatch,
|
||||
])
|
||||
const onAudioPause = useCallback(
|
||||
(info) => dispatch(currentPlaying(info)),
|
||||
[dispatch]
|
||||
)
|
||||
|
||||
const onAudioEnded = useCallback(
|
||||
(currentPlayId, audioLists, info) => {
|
||||
|
||||
Reference in New Issue
Block a user