diff --git a/site/src/components/PlayerHP.vue b/site/src/components/PlayerHP.vue index 03bd291..d47e305 100644 --- a/site/src/components/PlayerHP.vue +++ b/site/src/components/PlayerHP.vue @@ -1,5 +1,5 @@ @@ -13,5 +13,5 @@ export interface Props { const props = defineProps(); -const text = computed(() => '⚡'.repeat(props.hp)); +const text = computed(() => '⚡'.repeat(props.hp) || ' '); \ No newline at end of file