From 436be3c15ac7fc1a35f4ea4e9ec6706cbd087583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sat, 31 Jul 2021 17:04:36 +0200 Subject: [PATCH] potential botcard fix II (Thanks, Adam) --- src/components/BotCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BotCard.vue b/src/components/BotCard.vue index e8f4865..632dc55 100644 --- a/src/components/BotCard.vue +++ b/src/components/BotCard.vue @@ -29,7 +29,7 @@ export default { name: 'BotCard', data() { return { - status: {}, + status: null, }; }, async mounted() {