mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-05 22:17:39 +03:00
refactor: make view components more modular
This commit is contained in:
parent
18c9cd4bd1
commit
a8574c4f0c
12 changed files with 372 additions and 621 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue