fix (soapi): tidy up

This commit is contained in:
Abizrh
2025-12-09 23:25:18 +07:00
parent 6ba4b8ee6a
commit ca492d4a8b
+6
View File
@@ -80,6 +80,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key)
<RadioGroupItem
id="vaksin-yes"
value="yes"
class="mt-2"
/>
<Label for="vaksin-yes">Sudah</Label>
</div>
@@ -87,6 +88,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key)
<RadioGroupItem
id="vaksin-no"
value="no"
class="mt-2"
/>
<Label for="vaksin-no">Belum</Label>
</div>
@@ -102,6 +104,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key)
<RadioGroupItem
id="kasus-baru"
value="baru"
class="mt-2"
/>
<Label for="kasus-baru">Baru</Label>
</div>
@@ -109,6 +112,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key)
<RadioGroupItem
id="kasus-lama"
value="lama"
class="mt-2"
/>
<Label for="kasus-lama">Lama</Label>
</div>
@@ -124,6 +128,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key)
<RadioGroupItem
id="kunjungan-baru"
value="baru"
class="mt-2"
/>
<Label for="kunjungan-baru">Baru</Label>
</div>
@@ -131,6 +136,7 @@ const isExcluded = (key: string) => props.excludeFields?.includes(key)
<RadioGroupItem
id="kunjungan-lama"
value="lama"
class="mt-2"
/>
<Label for="kunjungan-lama">Lama</Label>
</div>