takeru0001 5 lat temu
rodzic
commit
13a2272c5b

+ 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}