Skip to content

Commit 040a2b0

Browse files
chore: pro display
1 parent 0e2d356 commit 040a2b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)