mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Add displayName so that ActionButtonCell can be referenced in tests
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import DataListCell from '@components/DataListCell';
|
import DataListCell from '@components/DataListCell';
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
|
DataListCell.displayName = 'ActionButtonCell';
|
||||||
export default styled(DataListCell)`
|
export default styled(DataListCell)`
|
||||||
& > :not(:first-child) {
|
& > :not(:first-child) {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user