feat: generate new account & profile editor
This commit is contained in:
parent
3f031da748
commit
78629dd64f
33 changed files with 535 additions and 142 deletions
|
|
@ -46,7 +46,7 @@ export default function FollowingListPage({ id, index }: { id?: string; index?:
|
|||
return (
|
||||
<SecondaryPageLayout
|
||||
index={index}
|
||||
titlebarContent={
|
||||
title={
|
||||
profile?.username
|
||||
? t("username's following", { username: profile.username })
|
||||
: t('Following')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue