mirror of
https://github.com/plankanban/planka.git
synced 2025-12-23 09:15:09 +03:00
chore: Update dependencies
This commit is contained in:
@@ -23,9 +23,9 @@ export function* fetchBoardByCurrentPath() {
|
||||
|
||||
if (pathsMatch) {
|
||||
let boardId;
|
||||
if (pathsMatch.path === Paths.BOARDS) {
|
||||
if (pathsMatch.pattern.path === Paths.BOARDS) {
|
||||
boardId = pathsMatch.params.id;
|
||||
} else if (pathsMatch.path === Paths.CARDS) {
|
||||
} else if (pathsMatch.pattern.path === Paths.CARDS) {
|
||||
({
|
||||
item: card,
|
||||
item: { boardId },
|
||||
|
||||
Reference in New Issue
Block a user