diff --git a/static/app/components/workflowEngine/gridCell/issueCell.tsx b/static/app/components/workflowEngine/gridCell/issueCell.tsx index 8bcbc34fa550b0..ac2f4b504cc654 100644 --- a/static/app/components/workflowEngine/gridCell/issueCell.tsx +++ b/static/app/components/workflowEngine/gridCell/issueCell.tsx @@ -2,7 +2,7 @@ import {css} from '@emotion/react'; import styled from '@emotion/styled'; import {ProjectAvatar} from 'sentry/components/core/avatar/projectAvatar'; -import {Flex, Grid} from 'sentry/components/core/layout'; +import {Grid} from 'sentry/components/core/layout'; import {Link} from 'sentry/components/core/link'; import {Text} from 'sentry/components/core/text/text'; import TimeSince from 'sentry/components/timeSince'; @@ -40,18 +40,16 @@ export function IssueCell({group, className}: IssueCellProps) { - - {tct('Last seen [time]', { - time: ( - - ), - })} - + {tct('Last seen [time]', { + time: ( + + ), + })} );