Skip to content

Commit 12db8d2

Browse files
author
Pooya Parsa
committed
💡 ESLint
1 parent 9b608b7 commit 12db8d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎components/dropdown.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</template>
3333

3434
<script>
35-
import bButton from './button.vue'
35+
import bButton from './button.vue';
3636
3737
export default {
3838
components: {

‎components/modal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default {
9696
}
9797
},
9898
pressedButton(e) {
99-
if( !this.visible ) {
99+
if (!this.visible) {
100100
// if not visible don't do anything
101101
return;
102102
}

0 commit comments

Comments
 (0)