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() {