Skip to content

Commit 8b553ae

Browse files
chore: pro display
1 parent 2ccef50 commit 8b553ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/layouts/feedzy-schedules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class="form-block"
7676
>
7777
<div
7878
class="fz-schedules-table"
79-
style="<?php echo empty( $custom_schedules ) ? 'display: none;' : ''; ?>"
79+
style="<?php echo empty( $custom_schedules ) || ! $has_pro ? 'display: none;' : ''; ?>"
8080
>
8181
<div class="fz-schedule-counter">
8282
<?php

0 commit comments

Comments
 (0)