Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-urbanski-freiheit-com committed Nov 1, 2024
1 parent e47a9d0 commit c0ad514
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/frontend-service/src/ui/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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] = {
Expand Down

0 comments on commit c0ad514

Please sign in to comment.