diff options
| author | Henry Jameson <me@hjkos.com> | 2021-04-25 13:48:23 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-04-25 14:05:25 +0300 |
| commit | 95e74319e11e673ce0a6a53546eae98a0b9c3eb5 (patch) | |
| tree | 3d6782460cabb42a79f0bb2ea1a1f817ae589072 /src/components/status_content/status_content.js | |
| parent | 709b75198d4e7051c7e1d310379bfeddad5c411f (diff) | |
clean warnings from status
Diffstat (limited to 'src/components/status_content/status_content.js')
| -rw-r--r-- | src/components/status_content/status_content.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/status_content/status_content.js b/src/components/status_content/status_content.js index a6f79d76..a755518c 100644 --- a/src/components/status_content/status_content.js +++ b/src/components/status_content/status_content.js @@ -33,7 +33,8 @@ const StatusContent = { 'focused', 'noHeading', 'fullContent', - 'singleLine' + 'singleLine', + 'compact' ], data () { return { |
