diff options
| author | tusooa <tusooa@kazv.moe> | 2022-12-22 10:28:24 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-12-22 10:28:24 +0000 |
| commit | 9f30ccc26bf4f87f6836fe37e43a9f0ddede6727 (patch) | |
| tree | 3febfb3577264d6e5922b4be47ae9fb4df2cab52 /src/components/notification | |
| parent | 5bde89297c11a0d35b1dfd314abaace8c238b4b5 (diff) | |
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'src/components/notification')
| -rw-r--r-- | src/components/notification/notification.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index 3e834bd5..265aaee0 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -60,7 +60,6 @@ const Notification = { }, methods: { toggleStatusExpanded () { - console.log('as') this.statusExpanded = !this.statusExpanded }, generateUserProfileLink (user) { |
