potential botcard fix II (Thanks, Adam)

This commit is contained in:
2021-07-31 17:04:36 +02:00
parent d6eafc9714
commit 436be3c15a

View File

@@ -29,7 +29,7 @@ export default {
name: 'BotCard', name: 'BotCard',
data() { data() {
return { return {
status: {}, status: null,
}; };
}, },
async mounted() { async mounted() {