3 form status & build
This commit is contained in:
parent
8b651f4ba8
commit
3af266e280
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"files": {
|
||||
"main.css": "/static/css/main.4d71bd2f.css",
|
||||
"main.js": "/static/js/main.2839066b.js",
|
||||
"main.js": "/static/js/main.a5d27030.js",
|
||||
"static/media/logo-transp.svg": "/static/media/logo-transp.66d6235f12fb5d9a6264c592bce58c5a.svg",
|
||||
"static/media/logo-bg.jpg": "/static/media/logo-bg.1d55df78b7376108f96c.jpg",
|
||||
"static/media/credit-card.jpg": "/static/media/credit-card.ff2990f7d50439a8f34d.jpg",
|
||||
|
|
@ -69,6 +69,6 @@
|
|||
},
|
||||
"entrypoints": [
|
||||
"static/css/main.4d71bd2f.css",
|
||||
"static/js/main.2839066b.js"
|
||||
"static/js/main.a5d27030.js"
|
||||
]
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Content-Security-Policy" content="default-src 'self'; script-src 'self' www.google.com www.gstatic.com; style-src 'self' https: 'unsafe-inline'; frame-src www.google.com;"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Shahsy Otag</title><script defer="defer" src="/static/js/main.2839066b.js"></script><link href="/static/css/main.4d71bd2f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="//www.google.com/recaptcha/api.js" nonce="{NONCE}" async defer="defer"></script></body></html>
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/><meta name="theme-color" content="#000000"/><meta name="Content-Security-Policy" content="default-src 'self'; script-src 'self' www.google.com www.gstatic.com; style-src 'self' https: 'unsafe-inline'; frame-src www.google.com;"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Shahsy Otag</title><script defer="defer" src="/static/js/main.a5d27030.js"></script><link href="/static/css/main.4d71bd2f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="//www.google.com/recaptcha/api.js" nonce="{NONCE}" async defer="defer"></script></body></html>
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -201,15 +201,17 @@ const Topup = () => {
|
|||
</td>
|
||||
<td
|
||||
className={
|
||||
el.status === "kart_chykarylmady"
|
||||
el.status === "hasap_chykarylmady"
|
||||
? "red"
|
||||
: el.status === "kart_chykaryldy" ||
|
||||
: el.status === "hasap_chykaryldy" ||
|
||||
el.status === "kabul_edildi"
|
||||
? "green"
|
||||
: ""
|
||||
}
|
||||
>
|
||||
{el.status === "ugradyldy"
|
||||
{el.status === "ugradyldy" ||
|
||||
el.status === null ||
|
||||
el.status === "null"
|
||||
? locale === "TKM"
|
||||
? "Ugradyldy"
|
||||
: locale === "РУС"
|
||||
|
|
@ -233,7 +235,7 @@ const Topup = () => {
|
|||
: locale === "ENG"
|
||||
? "Under consideration"
|
||||
: "Görülyar"
|
||||
: el.status === "kart_chykaryldy"
|
||||
: el.status === "hasap_chykaryldy"
|
||||
? locale === "TKM"
|
||||
? "Tassyklandy"
|
||||
: locale === "РУС"
|
||||
|
|
@ -241,7 +243,7 @@ const Topup = () => {
|
|||
: locale === "ENG"
|
||||
? "Approved"
|
||||
: "Tassyklandy"
|
||||
: el.status === "kart_chykarylmady"
|
||||
: el.status === "hasap_chykarylmady"
|
||||
? locale === "TKM"
|
||||
? "Ret edildi"
|
||||
: locale === "РУС"
|
||||
|
|
|
|||
Loading…
Reference in New Issue