We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's here: https://github.com/TERITORI/teritori-dapp/blob/main/packages/screens/FeedPostView/components/FeedPostDefaultView.tsx#L57-L62
Why removing that ?
FeedPostDefaultView is only called in FeedPostView, but this useEffect redirects to FeedPostView. Also, the PostCategory.Video case is already handled in FeedPostView: https://github.com/TERITORI/teritori-dapp/blob/main/packages/screens/FeedPostView/FeedPostView.tsx#L81-L82. So, there is no reason to redirect to FeedPostView for the PostCategory.Video case
FeedPostDefaultView
FeedPostView
useEffect
PostCategory.Video
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It's here: https://github.com/TERITORI/teritori-dapp/blob/main/packages/screens/FeedPostView/components/FeedPostDefaultView.tsx#L57-L62
Why removing that ?
FeedPostDefaultView
is only called inFeedPostView
, but thisuseEffect
redirects toFeedPostView
.Also, the
PostCategory.Video
case is already handled inFeedPostView
: https://github.com/TERITORI/teritori-dapp/blob/main/packages/screens/FeedPostView/FeedPostView.tsx#L81-L82.So, there is no reason to redirect to
FeedPostView
for thePostCategory.Video
caseThe text was updated successfully, but these errors were encountered: