Skip to content

Commit

Permalink
MAKE FORMAT (AGAIN)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspiterek committed Feb 19, 2024
1 parent ee2c042 commit d004871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const QuoteBlockSchema = ({ intl }) => {
const filterDefaultLanguages = () => {
if (allowedLanguages) {
return DEFAULT_LANGUAGES.filter((item) =>
allowedLanguages.includes(item[0])
allowedLanguages.includes(item[0]),
);
} else {
return DEFAULT_LANGUAGES;
Expand Down

0 comments on commit d004871

Please sign in to comment.