diff options
| author | ValD <maghtpol@gmail.com> | 2018-12-11 01:42:51 +0530 |
|---|---|---|
| committer | ValD <maghtpol@gmail.com> | 2018-12-12 23:34:22 +0530 |
| commit | 1623dcb417360ce9304c84d679cc856ad1311a69 (patch) | |
| tree | e09b5a1b68b204e9ad953f7ba03303b797fc54c2 /src/App.vue | |
| parent | a8acba8cb2c639a3de3764df4226960458f996b8 (diff) | |
added activatePanel onclick for timeago button
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 9d66b9d4..16cd08d4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,7 +30,7 @@ <instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel> <features-panel v-if="!currentUser"></features-panel> <who-to-follow-panel v-if="currentUser && suggestionsEnabled"></who-to-follow-panel> - <notifications v-if="currentUser"></notifications> + <notifications :activatePanel="activatePanel" v-if="currentUser"></notifications> </div> </div> </div> |
