takeru0001 hace 5 años
padre
commit
13a2272c5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/DuplicatedPathsTable.jsx

+ 1 - 1
src/client/js/components/DuplicatedPathsTable.jsx

@@ -25,7 +25,7 @@ function DuplicatedPathsTable(props) {
         {existingPaths.map((existPath) => {
           const convertedPath = convertToNewAffiliationPath(oldPagePath, path, existPath);
           return (
-            <tr className="d-flex">
+            <tr key={existPath} className="d-flex">
               <td className="text-break w-50">
                 <a href={convertedPath}>
                   {convertedPath}