Skip to content

Commit 163fa57

Browse files
committed
eslint fix
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 7e1b613 commit 163fa57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/TimelineSinglePost.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default {
4242
computed: {
4343
},
4444
mounted: function() {
45-
// Tell the Composer component to prepare a reply
45+
// Tell the Composer component to prepare a reply
4646
this.$nextTick(function() {
4747
if (this.$route.name === 'reply-remote') {
4848
this.$root.$emit('composer-reply', this.mainPost)

0 commit comments

Comments
 (0)