removing unecessary lineskip

This commit is contained in:
Antoine M 2024-08-08 11:09:58 +02:00
parent 10b9aa321d
commit 062eb324d2

View File

@ -16,7 +16,6 @@ $notifications = get_field('notifications', 'option');
<?php foreach ($notifications as $notification) : ?>
<?php
$notification_id = 'homegrade_notification_' . md5($notification['title'] . $notification['content']);
$cookie_already_hidden = isset($_COOKIE[$notification_id]) && $_COOKIE[$notification_id] === 'dismissed';
$notificationType = $notification['type'] ?? 'info';