Procházet zdrojové kódy

:construction: Edited where tagFromNotification is appended

tags/0.0.3^2
tomit4 před 3 roky
rodič
revize
2c04fa69d2
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1
    2
      frontend/src/services/notification.service.js

+ 1
- 2
frontend/src/services/notification.service.js Zobrazit soubor

@@ -62,8 +62,7 @@ class StonkAlert extends Toaster {
62 62
             }
63 63
             const target_desc = `target_${parsed.description}`
64 64
             tagFromNotification.tag[target_desc] = parsed.revealed_info
65
-            foundGrouping.tags.push(tagFromNotification)
66
-            currentProfile._profile[parsed.description] = parsed.revealed_info
65
+            foundGrouping.profile.tags.push(tagFromNotification)
67 66
         }
68 67
     }
69 68
 }

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