Bump deps to pull in some bugfixes
This commit is contained in:
parent
87a824429c
commit
429cc1abf1
4 changed files with 1011 additions and 990 deletions
|
@ -262,7 +262,7 @@ export class PostThreadViewModel {
|
|||
this.hasLoaded = true
|
||||
this.error = err ? err.toString() : ''
|
||||
if (err) {
|
||||
this.rootStore.log.error('Failed to fetch assertions', err)
|
||||
this.rootStore.log.error('Failed to fetch post thread', err)
|
||||
}
|
||||
this.notFound = err instanceof GetPostThread.NotFoundError
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue