diff options
| author | Henry Jameson <me@hjkos.com> | 2023-10-13 12:37:50 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-10-13 12:37:50 +0300 |
| commit | 8f87a1506964e1b6dafc662f896e4332cd50eee9 (patch) | |
| tree | 943ab12a13179ff6ef7ac956647cd13615546231 /src/components/status_content | |
| parent | 765fdbe8ab695820efed0c11f7a869abd0f9ccd1 (diff) | |
oops
Diffstat (limited to 'src/components/status_content')
| -rw-r--r-- | src/components/status_content/status_content.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status_content/status_content.js b/src/components/status_content/status_content.js index c01b80af..8d8a91dc 100644 --- a/src/components/status_content/status_content.js +++ b/src/components/status_content/status_content.js @@ -75,7 +75,7 @@ const StatusContent = { ...controlledOrUncontrolledGetters(['showingTall', 'expandingSubject', 'showingLongSubject']), statusCard () { if (!this.status.card) return null - return this.status.card.url === this.status.quote_url ? null : status.card + return this.status.card.url === this.status.quote_url ? null : this.status.card }, hideAttachments () { return (this.mergedConfig.hideAttachments && !this.inConversation) || |
