mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-16 21:50:35 +02:00
remove duplicate text in release notes modal
This commit is contained in:
@@ -103,7 +103,6 @@ const ReleaseNotesContent = ({ onDismiss, version }: ReleaseNotesContentProps) =
|
|||||||
if (isError || !releaseData) {
|
if (isError || !releaseData) {
|
||||||
return (
|
return (
|
||||||
<Stack gap="md">
|
<Stack gap="md">
|
||||||
<Text>{t('common.newVersion', { postProcess: 'sentenceCase', version })}</Text>
|
|
||||||
<Text size="sm">{t('error.genericError', { postProcess: 'sentenceCase' })}</Text>
|
<Text size="sm">{t('error.genericError', { postProcess: 'sentenceCase' })}</Text>
|
||||||
<Group justify="flex-end">
|
<Group justify="flex-end">
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user