Fix Code to work with updated dependencies

This commit is contained in:
Sebastian Englbrecht 2022-11-11 20:54:53 +01:00
parent 68b4b1b764
commit b3c67a7a8b
2 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@ module.exports = {
// transform: undefined, // transform: undefined,
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation // 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/", // "/node_modules/",
// "\\.pnp\\.[^\\/]+$" // "\\.pnp\\.[^\\/]+$"
// ], // ],

View File

@ -456,7 +456,7 @@ function MaskValues({
{Object.keys(points).map((mainkey) => { {Object.keys(points).map((mainkey) => {
if (isMulti) { if (isMulti) {
return ( return (
<div> <div key={mainkey.id}>
{` ${mainkey}:\n mask:\n`} {` ${mainkey}:\n mask:\n`}
{onAdd && showButtons ? ( {onAdd && showButtons ? (
<Button className="absolute -mt-12 right-0 font-sans" data-key={mainkey} onClick={handleAdd}> <Button className="absolute -mt-12 right-0 font-sans" data-key={mainkey} onClick={handleAdd}>