mirror of
https://github.com/plankanban/planka.git
synced 2025-12-30 01:12:01 +03:00
Update dependencies
This commit is contained in:
@@ -11,7 +11,7 @@ export const pathnameSelector = ({
|
||||
},
|
||||
}) => pathname;
|
||||
|
||||
export const pathsMatchSelector = createReselectSelector(pathnameSelector, pathname =>
|
||||
export const pathsMatchSelector = createReselectSelector(pathnameSelector, (pathname) =>
|
||||
matchPaths(pathname, Object.values(Paths)),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user