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
@@ -165,7 +165,7 @@ const AlbumSongs = (props) => {
)}
</Card>
</div>
<AddToPlaylistDialog />,
<AddToPlaylistDialog />
</>
)
}