This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix error on profile in web UI (
#19396
)
closed-social-glitch-2
Eugen Rochko
2 years ago
committed by
GitHub
parent
839f893168
commit
74738b4993
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/javascript/mastodon/features/account_timeline/index.js
+ 1
- 0
app/javascript/mastodon/features/account_timeline/index.js
View File
@ -28,6 +28,7 @@ const mapStateToProps = (state, { params: { acct, id, tagged }, withReplies = fa
if
(
!
accountId
)
{
return
{
isLoading
:
true
,
statusIds
:
emptyList
,
}
;
}
Write
Preview
Loading…
Cancel
Save