Explorar el Código

tambah tulisan terverifikasi di detail laporan

yazid138 hace 3 años
padre
commit
1b3a52eca1
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      components/Main/DetailLaporan.js

+ 3 - 1
components/Main/DetailLaporan.js

@@ -27,7 +27,9 @@ function DetailLaporan({ data, noTitle = false, noStatus = false }) {
 					<FormGroup row>
 						<Col md="4">Nomor yang dapat dihubungi:</Col>
 						<Col md="8">
-							<strong>{data.user.no_hp}</strong>
+							<strong>
+								{data.user.no_hp} {data.user.verified && "(Terverifikasi)"}
+							</strong>
 						</Col>
 					</FormGroup>
 					{data.user.email && (