Skip to content

Commit

Permalink
fix remote hash update
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelperezcolom committed Jan 11, 2025
1 parent b8d3ba4 commit 52d80d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export class MateuUx extends LitElement {
}
if (this.menuPath) {
if (intendedPath) {
intendedPath = this.menuPath + '/' + intendedPath
intendedPath = this.menuPath + intendedPath
} else {
intendedPath = this.menuPath
}
Expand Down

0 comments on commit 52d80d4

Please # to comment.