refactor: make view components more modular

This commit is contained in:
zyachel 2022-08-03 14:52:14 +05:30
parent 18c9cd4bd1
commit a8574c4f0c
12 changed files with 372 additions and 621 deletions

View file

@ -35,7 +35,7 @@ const getTopic = async slug => {
uid: author.user.uid,
name: `${author.user.names[0].givenName} ${author.user.names[0].familyName}`,
profile: author.user.profileUrl,
avatar: author.user.profileImageUrl,
image: author.user.profileImageUrl,
isAnon: author.user.isAnon,
isVerified: author.user.isVerified,
numFollowers: author.user.followerCount,