Skip to content

Commit b75b0e5

Browse files
committed
chore: code review from copilot
1 parent d4ec23a commit b75b0e5

File tree

1 file changed

+0
-2
lines changed
  • apps/site/components/Downloads/ReleaseModal

1 file changed

+0
-2
lines changed

apps/site/components/Downloads/ReleaseModal/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ const ReleaseModal: FC<ReleaseModalProps> = ({
3939
level="warning"
4040
size="small"
4141
>
42-
{t('components.releaseModal.unsupportedVersionWarning')}
43-
4442
{t.rich('components.releaseModal.unsupportedVersionWarning', {
4543
link: text => <Link href="/about/previous-releases/">{text}</Link>,
4644
})}

0 commit comments

Comments
 (0)