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
[Glitch] Fix followers and followings on account profiles
Partial fix from
55abff8af7
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
closed-social-glitch-2
ThibG
6 years ago
parent
c614abb95d
commit
bd7b1538f1
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
app/javascript/flavours/glitch/features/followers/index.js
+0
-1
app/javascript/flavours/glitch/features/following/index.js
+ 0
- 1
app/javascript/flavours/glitch/features/followers/index.js
View File
@ -105,7 +105,6 @@ export default class Followers extends ImmutablePureComponent {
shouldUpdateScroll
=
{
this
.
shouldUpdateScroll
}
prepend
=
{
<
HeaderContainer
accountId
=
{
this
.
props
.
params
.
accountId
}
hideTabs
/
>
}
alwaysPrepend
alwaysShowScrollbar
emptyMessage
=
{
emptyMessage
}
>
{
accountIds
.
map
(
id
=>
+ 0
- 1
app/javascript/flavours/glitch/features/following/index.js
View File
@ -100,7 +100,6 @@ export default class Following extends ImmutablePureComponent {
shouldUpdateScroll
=
{
this
.
shouldUpdateScroll
}
prepend
=
{
<
HeaderContainer
accountId
=
{
this
.
props
.
params
.
accountId
}
hideTabs
/
>
}
alwaysPrepend
alwaysShowScrollbar
emptyMessage
=
{
emptyMessage
}
>
{
accountIds
.
map
(
id
=>
Write
Preview
Loading…
Cancel
Save