date parsed from unix timestamp
This commit is contained in:
@@ -106,13 +106,15 @@ export default function Feed() {
|
||||
|
||||
}
|
||||
|
||||
mapPosts();
|
||||
if (isActive) {
|
||||
mapPosts();
|
||||
}
|
||||
|
||||
return () => {
|
||||
isActive = false;
|
||||
}
|
||||
|
||||
}, [data, setFeed])
|
||||
}, [data, setFeed]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user