Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jan 15, 2024
1 parent 2aad3ac commit 27e2c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/customizations/volto/helpers/Url/Url.js
Expand Up @@ -22,7 +22,7 @@ import { matchPath } from 'react-router';

export const getBaseUrl = memoize((url) => {
const { settings } = config;
const prefix = settings.prefixPath;

if (url === undefined) return;

// We allow settings.nonContentRoutes to have strings (that are supposed to match
Expand Down

0 comments on commit 27e2c9a

Please sign in to comment.