We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244a8b0 commit ff9a878Copy full SHA for ff9a878
1 file changed
src/components/Pages/TermsOfUse/Upcoming.vue
@@ -907,7 +907,6 @@
907
</li>
908
</ul>
909
910
-
911
<h3>SECTION II — OBLIGATIONS OF THE PARTIES</h3>
912
913
<h4>
@@ -1134,9 +1133,9 @@
1134
1133
export default {
1135
name: 'TermsOfUseUpcoming',
1136
computed: {
1137
- isMobile() {
1138
- return this.$vuetify.breakpoint.xs
1139
- }
+ isMobile () {
+ return this.$vuetify.breakpoint.xs
+ },
1140
},
1141
data: () => ({
1142
show: false,
0 commit comments