diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue
index ce7a7ad..b37336f 100644
--- a/client/src/components/Board.vue
+++ b/client/src/components/Board.vue
@@ -43,8 +43,7 @@
export default {
data() {
return {
- board: [],
- colors: ['blue', 'red']
+ board: []
}
},
created() {
diff --git a/client/src/components/Player.vue b/client/src/components/Player.vue
index f94c118..504b3bd 100644
--- a/client/src/components/Player.vue
+++ b/client/src/components/Player.vue
@@ -1,5 +1,5 @@
-
+
@@ -48,7 +48,7 @@
},
props: {
id: Number,
- bar_type: Boolean,
+ barType: Boolean,
isCurrentPlayer: Boolean
}
}
diff --git a/client/src/components/Popup.vue b/client/src/components/Popup.vue
index b4d096f..15cb0df 100644
--- a/client/src/components/Popup.vue
+++ b/client/src/components/Popup.vue
@@ -78,12 +78,4 @@
.popup__buttons .decline {
color: var(--decline-color);
}
-
-
-
\ No newline at end of file
+
\ No newline at end of file