Merge branch 'develop' into 'devops-staging'
Develop See merge request empatnusabangsa/ppob/ppob-frontend!95
This commit is contained in:
commit
4da2cde8ce
|
@ -6,9 +6,10 @@ metadata:
|
|||
annotations:
|
||||
kubernetes.io/ingress.class: "traefik"
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
traefik.ingress.kubernetes.io/router.middlewares: empatnusabangsa-production-redirect-https@kubernetescrd
|
||||
spec:
|
||||
rules:
|
||||
- host: "wndsolutions.id"
|
||||
- host: "www.wndsolutions.id"
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
|
@ -20,5 +21,5 @@ spec:
|
|||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- "wndsolutions.id"
|
||||
secretName: wndsolutions-id-tls
|
||||
- "www.wndsolutions.id"
|
||||
secretName: www-wndsolutions-id-tls
|
||||
|
|
|
@ -91,7 +91,7 @@ export const Konfirmasi = observer(() => {
|
|||
{
|
||||
title: "Foto Toko",
|
||||
render: (text, record) =>
|
||||
record.user_detail?.image_store !== "\"\"" ? (
|
||||
record.user_detail?.image_store !== '""' ? (
|
||||
<Button
|
||||
onClick={async () => {
|
||||
setToko(record);
|
||||
|
@ -378,6 +378,7 @@ export const Konfirmasi = observer(() => {
|
|||
>
|
||||
Foto Identitas
|
||||
</Button>
|
||||
{item.user_detail?.image_store !== "\"\"" ? (
|
||||
<Button
|
||||
style={
|
||||
item.is_active === true
|
||||
|
@ -393,6 +394,9 @@ export const Konfirmasi = observer(() => {
|
|||
>
|
||||
Foto Toko
|
||||
</Button>
|
||||
) : (
|
||||
""
|
||||
)}
|
||||
</p>
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user