Skip to content

Commit

Permalink
beep boop Github Action Master Branch CI Prettier hard at work
Browse files Browse the repository at this point in the history
  • Loading branch information
I'm a Github Action committed Aug 8, 2023
1 parent cde1586 commit a43c612
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/web/src/pages/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export default {
STU: "Studio",
null: "No Type",
},
};
},
methods: {
Expand Down Expand Up @@ -154,9 +153,6 @@ export default {
mapSessionType(type) {
return this.sessionTypes[type] == null ? type : this.sessionTypes[type];
},
},
computed: {
hasConflict() {
Expand Down Expand Up @@ -275,7 +271,6 @@ export default {
hourHeight() {
return (60 * 100) / this.numMinutes;
},
},
watch: {
possibility(val) {
Expand All @@ -284,7 +279,6 @@ export default {
},
},
};
</script>

<style scoped lang="scss">
Expand Down

0 comments on commit a43c612

Please sign in to comment.