Skip to content
Snippets Groups Projects
Commit 60b11532 authored by scarlett's avatar scarlett
Browse files

Fix indentation

parent 50b3bd22
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ const Status = {
if (this.status.visibility === 'private') {
var textBody = this.status.text
if (this.status.summary !== null) {
textBody = textBody.substring(this.status.summary.length, textBody.length)
textBody = textBody.substring(this.status.summary.length, textBody.length)
}
return textBody.startsWith('@')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment