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
add 'this.props' to fetchLists
closed-social-glitch-2
cwm
6 years ago
parent
939075899e
commit
0ddeed9377
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/flavours/glitch/features/getting_started/index.js
+ 1
- 1
app/javascript/flavours/glitch/features/getting_started/index.js
View File
@ -88,7 +88,7 @@ export default class GettingStarted extends ImmutablePureComponent {
}
;
}
;
componentWillMount
(
)
{
componentWillMount
(
)
{
fetchLists
(
)
;
this
.
props
.
fetchLists
(
)
;
}
}
componentDidMount
(
)
{
componentDidMount
(
)
{
Write
Preview
Loading…
Cancel
Save