Progress
added composer query string functionality for url, text. fixed issue with no user in base_controller, cleaned up video component, albums starting
This commit is contained in:
@@ -88,7 +88,7 @@ class ProfileLayout extends ImmutablePureComponent {
|
||||
<Responsive max={BREAKPOINT_EXTRA_SMALL}>
|
||||
{
|
||||
!!me &&
|
||||
<ProfileNavigationBar titleHTML={titleHTML} />
|
||||
<ProfileNavigationBar titleHTML={titleHTML} account={account} />
|
||||
}
|
||||
{
|
||||
!me &&
|
||||
|
||||
Reference in New Issue
Block a user