Browse Source

:construction: Edited where tagFromNotification is appended

tags/0.0.3^2
tomit4 3 years ago
parent
commit
2c04fa69d2
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      frontend/src/services/notification.service.js

+ 1
- 2
frontend/src/services/notification.service.js View File

62
             }
62
             }
63
             const target_desc = `target_${parsed.description}`
63
             const target_desc = `target_${parsed.description}`
64
             tagFromNotification.tag[target_desc] = parsed.revealed_info
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
 }

Loading…
Cancel
Save