Remove extra ,

This commit is contained in:
Deluan
2020-05-28 08:16:31 -04:00
parent 498e196d48
commit 62290bca77
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ const PlaylistSongs = (props) => {
)}
</Card>
</div>
<AddToPlaylistDialog />,
<AddToPlaylistDialog />
</>
)
}