feat(account): #49 basic account page design
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m58s
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m58s
This commit is contained in:
@@ -42,7 +42,7 @@ func (handler AccountImpl) handleAccountPage() http.HandlerFunc {
|
||||
return
|
||||
}
|
||||
|
||||
comp := account.AccountListComp(nil)
|
||||
comp := account.Account()
|
||||
handler.render.RenderLayout(r, w, comp, user)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user