mirror of
https://github.com/flarum/framework.git
synced 2025-01-06 02:23:36 +08:00
Fix post scrubber unread indicator overflow
This commit is contained in:
parent
b72533d9a0
commit
663c4b4837
|
@ -31,7 +31,7 @@ export default class PostScrubber extends Component {
|
||||||
});
|
});
|
||||||
|
|
||||||
this.count = () => this.props.stream.count();
|
this.count = () => this.props.stream.count();
|
||||||
this.index = m.prop(-1);
|
this.index = m.prop(0);
|
||||||
this.visible = m.prop(1);
|
this.visible = m.prop(1);
|
||||||
this.description = m.prop();
|
this.description = m.prop();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user