Skip to content

Commit ff9a878

Browse files
committed
Fix linting
1 parent 244a8b0 commit ff9a878

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/components/Pages/TermsOfUse/Upcoming.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,6 @@
907907
</li>
908908
</ul>
909909

910-
911910
<h3>SECTION II &mdash; OBLIGATIONS OF THE PARTIES</h3>
912911

913912
<h4>
@@ -1134,9 +1133,9 @@
11341133
export default {
11351134
name: 'TermsOfUseUpcoming',
11361135
computed: {
1137-
isMobile() {
1138-
return this.$vuetify.breakpoint.xs
1139-
}
1136+
isMobile () {
1137+
return this.$vuetify.breakpoint.xs
1138+
},
11401139
},
11411140
data: () => ({
11421141
show: false,

0 commit comments

Comments
 (0)