mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix SubscriptionsCatalog
This commit is contained in:
@@ -202,7 +202,7 @@ const SubscriptionsCatalog = () => {
|
|||||||
</TopBar>
|
</TopBar>
|
||||||
<Tooltip id="tooltip" className="tooltip" />
|
<Tooltip id="tooltip" className="tooltip" />
|
||||||
<Threads selectedStyle={selectedStyle}>
|
<Threads selectedStyle={selectedStyle}>
|
||||||
{selectedFeed.length < 1 ? (
|
{ feed.length < 1 ? (
|
||||||
<CatalogLoader />
|
<CatalogLoader />
|
||||||
) : (
|
) : (
|
||||||
<InfiniteScroll
|
<InfiniteScroll
|
||||||
|
|||||||
@@ -73,8 +73,6 @@ const Thread = () => {
|
|||||||
const commentMediaInfo = getCommentMediaInfo(comment);
|
const commentMediaInfo = getCommentMediaInfo(comment);
|
||||||
const fallbackImgUrl = "assets/filedeleted-res.gif";
|
const fallbackImgUrl = "assets/filedeleted-res.gif";
|
||||||
|
|
||||||
console.log(comment.state);
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if ( comment.state === "failed" && selectedAddress === undefined) {
|
if ( comment.state === "failed" && selectedAddress === undefined) {
|
||||||
navigate('/404');
|
navigate('/404');
|
||||||
|
|||||||
Reference in New Issue
Block a user