Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Apr 24, 2020
1 parent ad612d9 commit 6d2411d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/feeds-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ function load (page, url, para) {
}

function isTimeline (url) {
console.log(url)
switch (url || '/statuses/home_timeline') {
case '/statuses/home_timeline':
case '/statuses/user_timeline':
Expand Down
2 changes: 1 addition & 1 deletion src/pages/message/message.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const animations = require('../../utils/animations')
const post = require('../../mixins/post')
const i18n = require('../../i18n/index')
const util = require('../../utils/util')
const vibrate = require('../../vibrate')
const vibrate = require('../../utils/vibrate')

const url = '/direct_messages/conversation'

Expand Down

0 comments on commit 6d2411d

Please sign in to comment.