Browse Source

fix(feedback): Remove link from project badge in side nav (#83626)

Scott Cooper 1 month ago
parent
commit
afd7469818
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/components/feedback/list/feedbackListItem.tsx

+ 1 - 0
static/app/components/feedback/list/feedbackListItem.tsx

@@ -117,6 +117,7 @@ export default function FeedbackListItem({
           <Row justify="flex-start" gap={space(0.75)}>
             {feedbackItem.project ? (
               <StyledProjectBadge
+                disableLink
                 project={feedbackItem.project}
                 avatarSize={14}
                 hideName