Merge pull request 'Fix Error Build Staging' (#37) from nico/3-des-25 into staggingweb
Reviewed-on: http://wibugit.wibudev.com/wibu/desa-darmasaba/pulls/37
This commit is contained in:
@@ -115,7 +115,7 @@ function DetailFasilitasKesehatan() {
|
|||||||
|
|
||||||
<Box>
|
<Box>
|
||||||
<Text fz="lg" fw="bold" mb="sm">Dokter & Tenaga Medis</Text>
|
<Text fz="lg" fw="bold" mb="sm">Dokter & Tenaga Medis</Text>
|
||||||
{data.dokterdantenagamedis && data.dokterdantenagamedis.length > 0 ? (
|
{Array.isArray(data.dokterdantenagamedis) && data.dokterdantenagamedis.length > 0 ? (
|
||||||
<Box style={{ overflowX: 'auto', width: '100%' }}>
|
<Box style={{ overflowX: 'auto', width: '100%' }}>
|
||||||
<Table striped highlightOnHover withTableBorder>
|
<Table striped highlightOnHover withTableBorder>
|
||||||
<TableThead>
|
<TableThead>
|
||||||
@@ -161,7 +161,7 @@ function DetailFasilitasKesehatan() {
|
|||||||
|
|
||||||
<Box mt="xl">
|
<Box mt="xl">
|
||||||
<Text fz="lg" fw="bold" mb="sm">Tarif & Layanan</Text>
|
<Text fz="lg" fw="bold" mb="sm">Tarif & Layanan</Text>
|
||||||
{data.tarifdanlayanan && data.tarifdanlayanan.length > 0 ? (
|
{Array.isArray(data.tarifdanlayanan) && data.tarifdanlayanan.length > 0 ? (
|
||||||
<Box style={{ overflowX: 'auto', width: '100%' }}>
|
<Box style={{ overflowX: 'auto', width: '100%' }}>
|
||||||
<Table striped highlightOnHover withTableBorder>
|
<Table striped highlightOnHover withTableBorder>
|
||||||
<TableThead>
|
<TableThead>
|
||||||
|
|||||||
Reference in New Issue
Block a user