fix(Questions): Set the FollowingTags card only show when logged

This commit is contained in:
haitao(lj)
2023-01-10 11:34:26 +08:00
parent b05db2a054
commit 0954d09db7
+1 -1
View File
@@ -48,7 +48,7 @@ const Questions: FC = () => {
</div>
</div>
)}
<FollowingTags />
{loggedUser.access_token && <FollowingTags />}
<HotQuestions />
</Col>
</Row>