diff --git a/services/frontend-service/src/ui/App/index.tsx b/services/frontend-service/src/ui/App/index.tsx index 7022ed81c..890eecc75 100644 --- a/services/frontend-service/src/ui/App/index.tsx +++ b/services/frontend-service/src/ui/App/index.tsx @@ -102,8 +102,10 @@ export const App: React.FC = () => { UpdateOverview.set({ loaded: true }); PanicOverview.set({ error: '' }); + // When there's an update of the overview + // we keep the app details that we have, + // and add new ones for the apps that we don't know yet: const details = updateAppDetails.get(); - result.lightweightApps?.forEach((elem) => { if (!details[elem.name]) { details[elem.name] = {