Procházet zdrojové kódy

update mailing setting page, keep 7th

develop
MSI\2Fi před 4 měsíci
rodič
revize
9d8f721478
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +4
    -4
      src/components/MailSetting/MailSetting.tsx

+ 4
- 4
src/components/MailSetting/MailSetting.tsx Zobrazit soubor

@@ -93,12 +93,12 @@ const MailSetting: React.FC<Props> = ({
if (test) {
let msg = ""
try {
msg = "testEveryone"
await testEveryone()
// msg = "testEveryone"
// await testEveryone()
msg = "test7th"
await test7th()
msg = "test15th"
await test15th()
// msg = "test15th"
// await test15th()
} catch (error) {
console.log(error)
console.log(msg)


Načítá se…
Zrušit
Uložit