diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-05-31 08:16:43 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-05-31 08:16:43 -0400 |
| commit | 9723d7285df1ef74f572c07016b11dd1c692ad33 (patch) | |
| tree | 29ed4f4627f0e8cf5b5bad6d2b721410adbc797b /src/components/status/status.js | |
| parent | bf7190bfca5221d0f81b34f5b7238ca4e9d1380c (diff) | |
| parent | 960577ca28853dfc7a2082e38498290a84749a05 (diff) | |
Merge branch 'feature/notification-improvements' into 'develop'
Feature/notification improvements
See merge request !79
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 5e7bde53..183838a8 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -12,7 +12,8 @@ const Status = { 'expandable', 'inConversation', 'focused', - 'highlight' + 'highlight', + 'compact' ], data: () => ({ replying: false, |
