Skip to content

Commit

Permalink
M #~: Minor fix to marketplace card (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Betanzos authored and rsmontero committed Jul 27, 2022
1 parent cbfdb35 commit 5d46277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const MarketplaceCard = memo(
)

return (
<div {...rootProps} data-cy={`datastore-${ID}`}>
<div {...rootProps} data-cy={`marketplace-${ID}`}>
<div className={classes.main}>
<div className={classes.title}>
<StatusCircle color={stateColor} tooltip={stateName} />
Expand Down

0 comments on commit 5d46277

Please sign in to comment.