Skip to content

Commit

Permalink
removed unwanted code (#15078)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHexE authored and sampaiodiego committed Aug 8, 2019
1 parent e413d34 commit 6745b29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/ui-sidenav/client/sidebarItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ Template.sidebarItem.onCreated(function() {
this.user = Users.findOne(Meteor.userId(), { fields: { username: 1 } });

this.lastMessageTs = new ReactiveVar();
this.timeAgoInterval;

this.autorun(() => {
const currentData = Template.currentData();
Expand Down

0 comments on commit 6745b29

Please sign in to comment.