Skip to content

Commit 3454d28

Browse files
Remove customer email from conversations list - closes #5066
1 parent 7152ee7 commit 3454d28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/conversations/conversations_table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
{{ ($assignee = $conversation->user) ? $assignee->getFullName() : '' }} <small class="glyphicon glyphicon-user"></small>
153153
</small>
154154
@endif
155-
<span class="conv-email">{{ $conversation->customer_email }}</span>
155+
{{--<span class="conv-email">{{ $conversation->customer_email }}</span>--}}
156156
</a>
157157
</td>
158158
@else

0 commit comments

Comments
 (0)