Reformat code with Prettier's new rules.
This commit is contained in:
@@ -93,7 +93,7 @@ const PlaylistsSubMenu = ({ state, setState, sidebarIsOpen, dense }) => {
|
||||
|
||||
const onPlaylistConfig = useCallback(
|
||||
() => history.push('/playlist'),
|
||||
[history]
|
||||
[history],
|
||||
)
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user