diff --git a/src/screens/application/index.js b/src/screens/application/index.js index 6dce0ffa7..85d20752b 100644 --- a/src/screens/application/index.js +++ b/src/screens/application/index.js @@ -14,7 +14,7 @@ const Application = () => { if (showAnimation) { setTimeout(() => { setShowAnimation(false); - }, 2000); + }, 2833); } }, [showAnimation]); diff --git a/src/screens/application/screen/applicationScreen.js b/src/screens/application/screen/applicationScreen.js index e31c9a16b..14a709592 100644 --- a/src/screens/application/screen/applicationScreen.js +++ b/src/screens/application/screen/applicationScreen.js @@ -70,7 +70,7 @@ class ApplicationScreen extends Component { {isShowToastNotification && ( )} diff --git a/src/screens/feed/screen/feedScreen.js b/src/screens/feed/screen/feedScreen.js index c7f95dd43..b6d9b1419 100644 --- a/src/screens/feed/screen/feedScreen.js +++ b/src/screens/feed/screen/feedScreen.js @@ -16,15 +16,15 @@ import { POPULAR_FILTERS, POPULAR_FILTERS_VALUE } from '../../../constants/optio const FeedScreen = () => { return ( - {({ currentAccount, isLoggedIn }) => ( + {({ currentAccount }) => (