1 parent 7152ee7 commit 3454d28Copy full SHA for 3454d28
1 file changed
resources/views/conversations/conversations_table.blade.php
@@ -152,7 +152,7 @@
152
{{ ($assignee = $conversation->user) ? $assignee->getFullName() : '' }} <small class="glyphicon glyphicon-user"></small>
153
</small>
154
@endif
155
- <span class="conv-email">{{ $conversation->customer_email }}</span>
+ {{--<span class="conv-email">{{ $conversation->customer_email }}</span>--}}
156
</a>
157
</td>
158
@else
0 commit comments