mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 09:15:37 +03:00
chore: Update dependencies
This commit is contained in:
@@ -22,7 +22,7 @@ export const selectPath = createReduxOrmSelector(
|
||||
(state) => selectCurrentUserId(state),
|
||||
({ Project, Board, Card }, pathsMatch, currentUserId) => {
|
||||
if (pathsMatch) {
|
||||
switch (pathsMatch.path) {
|
||||
switch (pathsMatch.pattern.path) {
|
||||
case Paths.PROJECTS: {
|
||||
const projectModel = Project.withId(pathsMatch.params.id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user