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

Commit 6c48525

Browse files
committed
normal update
1 parent 7113abb commit 6c48525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Favorite/Favorite.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Favorite extends React.Component {
5454
})
5555
}
5656

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

0 commit comments

Comments
 (0)