Skip to content

Commit

Permalink
fix prettier warnings in utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aptmac committed Jan 17, 2025
1 parent 20b39a7 commit 0fdbcdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export const isAssetNew = (currVer: string) => {
};

/**
* Formats a route path by prepending a basepath if necessary
* Formats a route path by prepending a basepath if necessary
* @param {string} path - the target path within cryostat-web
*/
export const toPath = (path: string) => {
Expand All @@ -281,4 +281,4 @@ export const toPath = (path: string) => {
} else {
return path;
}
}
};

0 comments on commit 0fdbcdd

Please sign in to comment.