Fix bug
This commit is contained in:
parent
29aeb0f082
commit
17b92c9db2
|
@ -77,6 +77,8 @@ export default Vue.extend({
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
fetchMoreNotifications() {
|
fetchMoreNotifications() {
|
||||||
|
if (this.fetchingMoreNotifications) return;
|
||||||
|
|
||||||
this.fetchingMoreNotifications = true;
|
this.fetchingMoreNotifications = true;
|
||||||
|
|
||||||
const max = 30;
|
const max = 30;
|
||||||
|
|
Loading…
Reference in New Issue