Reformat code with Prettier's new rules.
This commit is contained in:
@@ -59,7 +59,7 @@ const AlbumDatagridRow = (props) => {
|
||||
item: { albumIds: [record?.id] },
|
||||
options: { dropEffect: 'copy' },
|
||||
}),
|
||||
[record]
|
||||
[record],
|
||||
)
|
||||
return <DatagridRow ref={dragAlbumRef} {...props} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user