Improved activity page

This commit is contained in:
2021-11-23 15:47:25 +09:00
parent 1cf4e6a1ae
commit 0f5f18db0c
12 changed files with 113 additions and 32 deletions

View File

@ -16,7 +16,7 @@ export default class NotificationManager {
})
const body = await response.text()
this.setCounter(parseInt(body))
this.setCounter(parseInt(body, 10))
}
setCounter(unseen: number) {