Skip to content

Commit

Permalink
Improved: Removed unused code (#293).
Browse files Browse the repository at this point in the history
  • Loading branch information
ravilodhi committed Aug 12, 2024
1 parent b4c3f14 commit 6b05f28
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/views/FindGroups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ export default defineComponent({
})
},
async mounted() {
this.playAnimation();
await this.store.dispatch('util/fetchFacilityGroupTypes')
},
async ionViewWillEnter() {
Expand All @@ -217,9 +216,6 @@ export default defineComponent({
if (this.segment === 'facility-groups') {
this.currentFacilityGroupTypeId = ''
this.isParentGroupDetailAnimationCompleted = false;
} else {
this.playAnimation();
}
},
setCurrentFacilityGroupType(facilityGroupTypeId: string) {
Expand Down

0 comments on commit 6b05f28

Please sign in to comment.