From d8814b716212326b29bdc25e58b5cfe0406c85e5 Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 28 Oct 2019 15:11:29 -0400 Subject: [PATCH] Add displayName so that ActionButtonCell can be referenced in tests --- awx/ui_next/src/components/ActionButtonCell/ActionButtonCell.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui_next/src/components/ActionButtonCell/ActionButtonCell.jsx b/awx/ui_next/src/components/ActionButtonCell/ActionButtonCell.jsx index cc94bc72f1..694c363bbe 100644 --- a/awx/ui_next/src/components/ActionButtonCell/ActionButtonCell.jsx +++ b/awx/ui_next/src/components/ActionButtonCell/ActionButtonCell.jsx @@ -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;