diff --git a/web/containers/Layout/BottomPanel/DownloadingStatus/index.tsx b/web/containers/Layout/BottomPanel/DownloadingStatus/index.tsx index fbf56349f..2302728a9 100644 --- a/web/containers/Layout/BottomPanel/DownloadingStatus/index.tsx +++ b/web/containers/Layout/BottomPanel/DownloadingStatus/index.tsx @@ -42,6 +42,7 @@ const DownloadStatus: React.FC = () => { const downloadTitle = `Downloading ${downloadStates .map((state) => state.type) + .filter((value, index, self) => self.indexOf(value) === index) .join(', ') .trim()}` diff --git a/web/screens/Settings/Advanced/components/DataMigration.tsx b/web/screens/Settings/Advanced/components/DataMigration.tsx index 624503021..1fdcc975a 100644 --- a/web/screens/Settings/Advanced/components/DataMigration.tsx +++ b/web/screens/Settings/Advanced/components/DataMigration.tsx @@ -41,7 +41,7 @@ const DataMigration: React.FC = () => { return (