move hint inside Timeline component
This commit is contained in:
parent
bf642ebab7
commit
d2436fb9e5
4 changed files with 52 additions and 56 deletions
|
|
@ -39,7 +39,8 @@ const Timeline = {
|
|||
body: ['timeline-body'].concat(!this.embedded ? ['panel-body'] : []),
|
||||
footer: ['timeline-footer'].concat(!this.embedded ? ['panel-footer'] : [])
|
||||
}
|
||||
}
|
||||
},
|
||||
currentUser () { return this.$store.state.users.currentUser }
|
||||
},
|
||||
components: {
|
||||
Status,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue