From d6a0f929a8493b614b80f408c46da621038f0a54 Mon Sep 17 00:00:00 2001 From: mabashian Date: Fri, 4 Oct 2019 15:10:02 -0400 Subject: [PATCH] Fix merge conflict fallout --- .../src/screens/Template/TemplateList/TemplateListItem.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/ui_next/src/screens/Template/TemplateList/TemplateListItem.jsx b/awx/ui_next/src/screens/Template/TemplateList/TemplateListItem.jsx index e410c34864..99f946032c 100644 --- a/awx/ui_next/src/screens/Template/TemplateList/TemplateListItem.jsx +++ b/awx/ui_next/src/screens/Template/TemplateList/TemplateListItem.jsx @@ -18,6 +18,8 @@ import VerticalSeparator from '@components/VerticalSeparator'; import { Sparkline } from '@components/Sparkline'; import { toTitleCase } from '@util/strings'; +import styled from 'styled-components'; + const DataListItemCells = styled(PFDataListItemCells)` display: flex; @media screen and (max-width: 768px) {