Skip to content

Commit

Permalink
Weather Widget: PR clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenberttpingol committed Nov 8, 2023
1 parent 3b2dda8 commit 6a586a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Widget/Render/WidgetHtmlRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ private function render(
foreach ($module->properties as $property) {
if ($property->type === 'languageSelector' && !empty($property->value)) {
$moduleLanguage = $property->value;
break;
}
}

Expand Down

0 comments on commit 6a586a5

Please sign in to comment.