diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-03-02 16:35:38 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-03-02 16:35:38 +0000 |
| commit | 11113dd7c4c5c74946e42947311a6988dfaea8d0 (patch) | |
| tree | 3c528dc7a82e7ef7272e32b079dd41981e65e858 /src/components/status/status.js | |
| parent | 6f903016a4337d2c10ac6fa3ed5205df2e15b44b (diff) | |
| parent | c4f8426349baaa7e804182e455126c9353b08744 (diff) | |
Merge branch 'feature/improve-status-header-and-spacing' into 'develop'
Re-do status header a bit, add more consistent spacing to status
Closes #264
See merge request pleroma/pleroma-fe!617
Diffstat (limited to 'src/components/status/status.js')
| -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 fab2fe62..fbbca6c4 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -23,7 +23,7 @@ const Status = { 'highlight', 'compact', 'replies', - 'noReplyLinks', + 'isPreview', 'noHeading', 'inlineExpanded' ], |
