Skip to content

Commit

Permalink
fix drones page DPS
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Apr 29, 2024
1 parent 8d18d2a commit 2049ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Drone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import ModulePage from '@/components/ModulePage.vue';
import modules from '@Data/modules.js';
import stars from '@Data/stars.js';
function postFilter(data) {
function postFilter(dataRO) {
const data = structuredClone(dataRO);
const Repair = { ...data.Repair };
for (const [k, module] of Object.entries(data)) {
Expand Down

0 comments on commit 2049ff4

Please sign in to comment.