Fix path to detect when group is the tavern or the user's party and set paths appropriately (#10570)

* Fix path to detect when group is the tavern or the user's party and set path's appropriately

* Fix lint issues
This commit is contained in:
FergusonSean
2018-08-03 02:54:32 -07:00
committed by Matteo Pagliazzi
parent fcbc2acda7
commit 4493e1d98c
4 changed files with 19 additions and 5 deletions

View File

@@ -34,7 +34,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-type='group.type', :group-id='group._id', :group-name='group.name')
</template>
<script>