Skip to content

Commit fc64c56

Browse files
committed
cleanup codes
1 parent 91e60fa commit fc64c56

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

browser/main/HomePage/ArticleDetail/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import TagLink from 'boost/components/TagLink'
2424
import TagSelect from 'boost/components/TagSelect'
2525
import ModeSelect from 'boost/components/ModeSelect'
2626
import activityRecord from 'boost/activityRecord'
27-
import api from 'boost/api'
2827
import ShareButton from './ShareButton'
2928

3029
const electron = require('electron')
@@ -600,6 +599,7 @@ ArticleDetail.propTypes = {
600599
activeArticle: PropTypes.shape(),
601600
user: PropTypes.shape(),
602601
folders: PropTypes.array,
602+
tags: PropTypes.array,
603603
dispatch: PropTypes.func
604604
}
605605
ArticleDetail.prototype.linkState = linkState

hotkey.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ ipc.on('hotkeyUpdated', function (event, newKeymap) {
5050
}
5151
})
5252

53-
5453
function emitToFinder (type, data) {
5554
var payload = {
5655
type: type,

0 commit comments

Comments
 (0)