Skip to content

Commit

Permalink
fix(feedback): Remove link from project badge in side nav (#83626)
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper authored Jan 16, 2025
1 parent d12b5e9 commit afd7469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/app/components/feedback/list/feedbackListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afd7469

Please sign in to comment.