Fixed typo.
This commit is contained in:
parent
8e5f822c39
commit
9943dfc4c9
@ -8,7 +8,7 @@ export default {
|
||||
props: ['card'],
|
||||
computed: {
|
||||
isRed: function () {
|
||||
return this.card.shape == "DIMONDS" || this.card.shape === "HEARTS";
|
||||
return this.card.shape == "DIAMONDS" || this.card.shape === "HEARTS";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user