Skip to content

Commit

Permalink
pkp/pkp-lib#9527 Trigger build to verify it has stable snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 19, 2023
1 parent 55d51dd commit d6386a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ const preview = {
if (b.id.includes('introduction--docs')) {
return 1;
}
return a.id === b.id
? 0
: a.id.localeCompare(b.id, undefined, {numeric: true});
Expand Down

0 comments on commit d6386a8

Please sign in to comment.