Add displayName so that ActionButtonCell can be referenced in tests

This commit is contained in:
mabashian 2019-10-28 15:11:29 -04:00
parent 9af3fa557b
commit d8814b7162

View File

@ -1,6 +1,7 @@
import DataListCell from '@components/DataListCell';
import styled from 'styled-components';
DataListCell.displayName = 'ActionButtonCell';
export default styled(DataListCell)`
& > :not(:first-child) {
margin-left: 20px;