We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a478a2 commit 899e072Copy full SHA for 899e072
static/app/components/feedback/feedbackItem/feedbackItem.tsx
@@ -61,7 +61,7 @@ export default function FeedbackItem({feedbackItem, eventData, tags}: Props) {
61
{!crashReportId || (crashReportId && url) ? (
62
<Section icon={<IconLink size="xs" />} title={t('URL')}>
63
<TextCopyInput
64
- style={urlIsLink ? {color: `${theme.blue400}`} : undefined}
+ style={urlIsLink ? {color: theme.blue400} : undefined}
65
onClick={
66
urlIsLink
67
? e => {
0 commit comments