diff --git a/web/jest.config.js b/web/jest.config.js index b8414ed5c..a8bea7b25 100644 --- a/web/jest.config.js +++ b/web/jest.config.js @@ -179,7 +179,7 @@ module.exports = { // transform: undefined, // An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation - // transformIgnorePatterns: [ + transformIgnorePatterns: ["node_modules/(?!axios)"], // "/node_modules/", // "\\.pnp\\.[^\\/]+$" // ], diff --git a/web/src/routes/CameraMap.jsx b/web/src/routes/CameraMap.jsx index 6f7bc6fce..4152c1d75 100644 --- a/web/src/routes/CameraMap.jsx +++ b/web/src/routes/CameraMap.jsx @@ -456,7 +456,7 @@ function MaskValues({ {Object.keys(points).map((mainkey) => { if (isMulti) { return ( -
+
{` ${mainkey}:\n mask:\n`} {onAdd && showButtons ? (