chore: remove trailing whitespace from README.md line 42
This commit is contained in:
@@ -10,6 +10,7 @@ import { BaseComponent } from '../components/base-component.js';
|
||||
class StoriesPage extends BaseComponent {
|
||||
init() {
|
||||
this.render();
|
||||
this.initFeed();
|
||||
}
|
||||
|
||||
render() {
|
||||
@@ -23,6 +24,13 @@ class StoriesPage extends BaseComponent {
|
||||
`);
|
||||
}
|
||||
|
||||
initFeed() {
|
||||
const feed = this.$('rant-feed');
|
||||
if (feed) {
|
||||
feed.setStateKey('feed_state_stories');
|
||||
}
|
||||
}
|
||||
|
||||
refresh() {
|
||||
const feed = this.$('rant-feed');
|
||||
if (feed) {
|
||||
|
||||
Reference in New Issue
Block a user