Skip to content

Commit

Permalink
Merge branch 'main' into data-transfer/limit-token-name-length
Browse files Browse the repository at this point in the history
  • Loading branch information
simotae14 committed Mar 10, 2023
2 parents 3a149fe + 98632e1 commit 87ca2cc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -31,8 +31,8 @@ export const AssetGridList = ({

if (onReorderAsset) {
return (
<GridItem col={3} height="100%">
<Draggable key={asset.id} index={index} moveItem={onReorderAsset} id={asset.id}>
<GridItem key={asset.id} col={3} height="100%">
<Draggable index={index} moveItem={onReorderAsset} id={asset.id}>
<AssetCard
allowedTypes={allowedTypes}
asset={asset}
Expand Down

0 comments on commit 87ca2cc

Please sign in to comment.