From d8ce30df852b57f34b1633aa9aea1c9b9a902a6c Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Wed, 24 Mar 2021 17:20:43 +0530 Subject: [PATCH] fix typo --- src/components/Matches.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Matches.vue b/src/components/Matches.vue index 206aed5..dc0d0d9 100644 --- a/src/components/Matches.vue +++ b/src/components/Matches.vue @@ -96,7 +96,7 @@ export default { item.value = e._id type.value = e.type blue.value = e.blue._id - orange.value = e.orange. + orange.value = e.orange current.value = e.current started.value = e.started done.value = e.done