mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
Fix bug
This commit is contained in:
parent
731b663f5d
commit
009e33cd48
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue