this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add key

+3 -1
+3 -1
src/pages/search.jsx
··· 181 181 return 0; 182 182 }) 183 183 .map((link) => ( 184 - <Link to={link.to}>{link.label}</Link> 184 + <Link to={link.to} key={link.type}> 185 + {link.label} 186 + </Link> 185 187 ))} 186 188 </div> 187 189 )}