diff options
| author | taehoon <th.dev91@gmail.com> | 2019-05-06 21:36:55 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-06 21:36:55 -0400 |
| commit | 917e82e8eedb231cee0b1f6e95ac9c5dbba03e35 (patch) | |
| tree | 6cc094ea930d162968d790b7085f5574bc88c310 /src/components/status/status.js | |
| parent | 134b1894d69074c0b51814888faa57c09f610e99 (diff) | |
Revert "eliminate expandable prop in favor of inConversation"
This reverts commit 1455e1f9d50dc85b4467f410e6119480b6d1ebf1.
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index 123caf16..c01cfe79 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -18,6 +18,7 @@ const Status = { name: 'Status', props: [ 'statusoid', + 'expandable', 'inConversation', 'focused', 'highlight', |
