diff --git a/frontend/src/stores/profileStore.ts b/frontend/src/stores/profileStore.ts index 712f5fb..2b58629 100644 --- a/frontend/src/stores/profileStore.ts +++ b/frontend/src/stores/profileStore.ts @@ -51,7 +51,6 @@ export const useProfileStore = defineStore("profile", () => { responseData.trainerAlts.push({ name: "", code: "", - order: 0, }); }