Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit a93d08a

Browse files
committed
chore(debug): opacity issue
1 parent e6cb274 commit a93d08a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

components/PostItem/index.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ const PostItem = ({
2828
accountInfo,
2929
}) => {
3030
// debug('customization --> ', customization)
31-
const {
32-
customization: { contentsLayout, contentDivider },
33-
} = accountInfo
31+
const { customization: { contentsLayout, contentDivider } } = accountInfo
3432

35-
/*
36-
debug('entry --> ', entry)
37-
debug('active --> ', active)
38-
debug('accountInfo --> ', accountInfo)
39-
*/
33+
debug('entry --> ', entry)
34+
debug('active --> ', active)
35+
36+
debug('accountInfo.isLogin --> ', accountInfo.isLogin)
37+
debug('accountInfo.markViewed --> ', accountInfo.customization.markViewed)
38+
debug('get opacity: ', getOpacity(entry, active, accountInfo))
39+
debug('=========================================================')
4040

4141
return (
4242
<Wrapper

0 commit comments

Comments
 (0)