diff options
| author | scarlett <nia@netbsd.org> | 2018-08-24 20:19:22 +0100 |
|---|---|---|
| committer | scarlett <nia@netbsd.org> | 2018-08-24 20:19:22 +0100 |
| commit | 60b115320fcf8dc8f7895d5b518802122b4793df (patch) | |
| tree | 15aca956d98c69b8ee0fc94afab3b4b500c346ae /src | |
| parent | 50b3bd22e6fd35f85768eb0c2b1dd8576cd4ee64 (diff) | |
Fix indentation
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 4881a5f3..3f49da53 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -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('@') } |
