Fixed attribute binding. Removed member url (#9963)

This commit is contained in:
Keith Holliday 2018-02-06 09:53:43 -07:00 committed by GitHub
parent 7ade91a8b8
commit c14fdd3fed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ export default {
},
mounted () {
this.$root.$on('habitica::copy-as-todo', message => {
const notes = `[${message.user}](${baseUrl}/static/home/#?memberId=${message.uuid}) wrote in [${this.groupName}](${baseUrl}/groups/guild/${this.groupId})`;
const notes = `${message.user} wrote in [${this.groupName}](${baseUrl}/groups/guild/${this.groupId})`;
const newTask = {
text: message.text,
type: 'todo',

View file

@ -40,7 +40,7 @@
community-guidelines
.row
.col-12.hr
chat-message(:chat.sync='group.chat', :group-id='group._id', group-name='group.name')
chat-message(:chat.sync='group.chat', :group-id='group._id', :group-name='group.name')
.col-12.col-sm-4.sidebar
.row(:class='{"guild-background": !isParty}')
.col-12

View file

@ -24,7 +24,7 @@
.row
.hr.col-12
chat-message(:chat.sync='group.chat', :group-id='group._id', group-name='group.name')
chat-message(:chat.sync='group.chat', :group-id='group._id', :group-name='group.name')
.col-12.col-sm-4.sidebar
.section