Skip to content

Commit

Permalink
[UI] Remove dummy Test fleet (#1819)
Browse files Browse the repository at this point in the history
Fixes: #1776
  • Loading branch information
priyanshuverma-dev authored Oct 11, 2024
1 parent 59a79cd commit 0b12207
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/pages/Fleets/List/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ export const FleetsList: React.FC = () => {
acc.push({ fleetName: item.name, ...instance });
});

if (index === 1) {
acc.push({ fleetName: 'Test' });
}

return acc;
}, []);
}, [data]);
Expand Down

0 comments on commit 0b12207

Please sign in to comment.