Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei authored and github-actions[bot] committed Dec 1, 2024
1 parent e544fe6 commit 26d191f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Storybook.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public function generateStorybookFiles(string $root, string $key, string $filepa
// stories.js, but do not overwrite existing
// allow various JS formats
$exists = false;
foreach(['js', 'jsx', 'mjs', 'ts', 'tsx'] as $ext) {
foreach (['js', 'jsx', 'mjs', 'ts', 'tsx'] as $ext) {
$js = "$outputFolder/$root/$base/$local.stories.$ext";
if (F::exists($js)) {
$exists = true;
Expand Down

0 comments on commit 26d191f

Please sign in to comment.