Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
normal update
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Jun 22, 2017
1 parent 7113abb commit 6c48525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Favorite/Favorite.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Favorite extends React.Component {
})
}

let _html = false
let _html = favoriteHtml.length > 0
? favoriteHtml
: <div className={styles.noContent}>
<Error img={require('../../../assets/followed-channels__empty.png')} content='关注频道,轻松观看您喜爱的内容。 您可能会喜欢这些内容!' />
Expand Down

0 comments on commit 6c48525

Please sign in to comment.