fix (soapi): tidy up
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user