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
@@ -77,7 +77,7 @@ const AlbumList = (props) => {
<AlbumGridView {...props} />
)}
</List>
<AddToPlaylistDialog />,
<AddToPlaylistDialog />
</>
)
}