Upgrade prettier to 2.3.0

Some reformatting was needed... :/
This commit is contained in:
Deluan 2021-05-11 18:13:03 -04:00
parent da684ff44c
commit fa9083ddec
9 changed files with 46 additions and 49 deletions

View file

@ -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) => {