From 7120b60845b31c603b33adc1f84492b9a8ac203d Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sat, 2 Feb 2019 12:49:13 +1000 Subject: [PATCH] fix https://github.com/Attendize/Attendize/issues/557 --- .../Public/ViewEvent/Partials/EventShareSection.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/Public/ViewEvent/Partials/EventShareSection.blade.php b/resources/views/Public/ViewEvent/Partials/EventShareSection.blade.php index fd40c9b3..fef36cc7 100644 --- a/resources/views/Public/ViewEvent/Partials/EventShareSection.blade.php +++ b/resources/views/Public/ViewEvent/Partials/EventShareSection.blade.php @@ -1,3 +1,4 @@ +@if($event->social_show_facebook || $event->social_show_linkedin || $event->social_show_twitter || $event->social_show_googleplus || $event->social_show_whatsapp || $event->social_show_email)

@@ -107,4 +108,4 @@

- +@endif