We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837da74 commit 7543096Copy full SHA for 7543096
src/compounds/Item/ItemLoading.jsx
@@ -4,7 +4,7 @@ import { Card, Placeholder } from 'react-bootstrap'
4
import './item.scss'
5
6
const CardBodyLoading = ({ withButtonLink }) => (
7
- <Card.Body className={withButtonLink && 'd-flex flex-column'}>
+ <Card.Body className={withButtonLink && 'd-flex flex-column'} data-cy='item-loading'>
8
<Placeholder as={Card.Title} animation='glow'>
9
<Placeholder xs={6} />
10
</Placeholder>
0 commit comments