@ -23,14 +23,11 @@ export const Top = ({ navigationRef }) => {
useEffect(() => {
//ニュース表示
alert("news");
AS.getItem("status")
.then((d) => {
alert(d);
if (d != news) navigate("news");
})
.catch(() => navigate("news"));
alert("newsENd");
}, []);
The note is not visible to the blocked user.