Reformat code with Prettier's new rules.
This commit is contained in:
@@ -26,7 +26,7 @@ export const StreamField = (props) => {
|
||||
evt.preventDefault()
|
||||
dispatch(setTrack(await songFromRadio(record)))
|
||||
},
|
||||
[dispatch, record]
|
||||
[dispatch, record],
|
||||
)
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user