Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
vainamov committed Mar 12, 2019
2 parents 84e8580 + 6d35358 commit 00f1f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/components/NeoChannelPage.vue
Expand Up @@ -81,6 +81,9 @@
span {
display: block;
line-height: 22px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.text-label {
Expand Down
2 changes: 0 additions & 2 deletions src/components/NeoPrivateMessagesPage.vue
Expand Up @@ -161,8 +161,6 @@ export default {
return other;
},
getLatestConversationMessage(conversation) {
console.log(conversation);
if (conversation.channel.messages.length == 0) {
return "Keine Nachrichten";
}
Expand Down

0 comments on commit 00f1f04

Please sign in to comment.