diff options
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/mobile/tags/post-detail.tag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/mobile/tags/post-detail.tag b/src/web/app/mobile/tags/post-detail.tag index 900bd228c9..9622dc264e 100644 --- a/src/web/app/mobile/tags/post-detail.tag +++ b/src/web/app/mobile/tags/post-detail.tag @@ -338,7 +338,7 @@ this.fetching = true; this.loadingContext = false; - this.content = null; + this.context = null; this.post = null; this.on('mount', () => { @@ -446,7 +446,7 @@ }).then(context => { this.update({ loadContext: false, - content: context.reverse() + context: context.reverse() }); }); }; |