Skip to content

Commit

Permalink
50844 refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-eastgate committed Jul 12, 2024
1 parent 8c7f6dc commit ada1450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ private function renderScriptForEstateDetailPage(array $scripts, string $pluginP

private function renderStyleForEstateDetailPage(string $pluginPath, string $style): array {
$styles = [];
$pageContent = $this->getCurrentPostContent();
$pageContent = $this->getCurrentPostContent();

if (empty($pageContent)) {
return $styles;
Expand Down

0 comments on commit ada1450

Please sign in to comment.