Skip to content

Commit

Permalink
improve the check
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Aug 12, 2024
1 parent 5d37554 commit 5516dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/wp-content/plugins/speakers-block-2/people-item.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class="js-modal button-reset modal-<?php echo esc_html( $person_slug ); ?>">

</div>
<?php
if ( $sched_json ) :
if ( $sched_event_id && $sched_json ) :
$sched = json_decode( $sched_json );
?>
<div class="modal-sched">
Expand Down

0 comments on commit 5516dea

Please sign in to comment.