Skip to content

Commit

Permalink
style: Automated code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eea-jenkins committed Nov 15, 2023
1 parent cbbe2ec commit 528f293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchBlock/utils.js
Expand Up @@ -62,7 +62,7 @@ const _applyBlockSettings = (config, appName, data, schema) => {
});
}

if (data.authOnlyFacets){
if (data.authOnlyFacets) {
settings.facets.forEach((f) => {
f.authOnly = data.authOnlyFacets.indexOf(f.field) > -1 ? true : false;
});
Expand Down

0 comments on commit 528f293

Please sign in to comment.