Skip to content

Commit 2809859

Browse files
billyvgandrewshie-sentry
authored andcommitted
ref(tsc): Remove contextType from <ReleaseOverview> (#87586)
Forgot to remove this when it was converted to a FC.
1 parent 029c25a commit 2809859

File tree

1 file changed

+0
-1
lines changed
  • static/app/views/releases/detail/overview

1 file changed

+0
-1
lines changed

static/app/views/releases/detail/overview/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,5 +663,4 @@ const ReleaseBoundsDescription = styled('span')<{primary: boolean}>`
663663
color: ${p => (p.primary ? p.theme.activeText : p.theme.subText)};
664664
`;
665665

666-
ReleaseOverview.contextType = ReleaseContext;
667666
export default ReleaseOverview;

0 commit comments

Comments
 (0)