Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xs9627 committed Mar 10, 2020
1 parent 855e0c0 commit 6c04b77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/FeedContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ const FeedContent = props => {

const getTitleOpacity = (top) => {
const showTitleTop = 50
const showDelta = 50
const calTop = top - showTitleTop
const ttitleOpacity = calTop > 0 ? 1 : 0
return {titleOpacity: ttitleOpacity, titleCursor: ttitleOpacity === 1 ? 'auto': 'default'}
Expand Down

0 comments on commit 6c04b77

Please sign in to comment.