Skip to content

Commit a776dac

Browse files
committed
fix indent in ActivityList.vue
1 parent b4c2877 commit a776dac

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/components/ActivityList.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@ export default {
8181
} = this.$data;
8282
// let programList = this.$data.programList
8383
axios.post(`${CB}/deleteActivity`, {
84-
name,
85-
})
86-
.then(() => {
87-
this.getActivities();
88-
});
84+
name,
85+
}).then(() => {
86+
this.getActivities();
87+
});
8988
},
9089
toggleSidebar() {
9190
const currentStatus = this.$store.getters.drawerStatus;

0 commit comments

Comments
 (0)