diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-25 23:50:22 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-25 23:50:22 +0300 |
| commit | 2a6f42fef3ff9c087aab4589d229e0f6c1b45c90 (patch) | |
| tree | 6b679101262ec41c043259adf15d5c1143aa3b1c /src/components/timeline/timeline.js | |
| parent | f2b75a075da546739a659566f3be16e9e1e59949 (diff) | |
unified how panel-footer works between regular timelines and user timeline
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index f79b5167..94f0e916 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -22,7 +22,8 @@ const Timeline = { 'embedded', 'count', 'pinnedStatusIds', - 'inProfile' + 'inProfile', + 'footerSlipgate' // reference to an element where we should put our footer ], data () { return { |
