remove duplicated link
This commit is contained in:
parent
bcfbdf3e49
commit
a2b1513dbc
|
@ -12,12 +12,6 @@ export default function ListView({
|
|||
{links.map((e, i) => {
|
||||
return <LinkRow key={i} link={e} count={i} />;
|
||||
})}
|
||||
{links.map((e, i) => {
|
||||
return <LinkRow key={i} link={e} count={i} />;
|
||||
})}
|
||||
{links.map((e, i) => {
|
||||
return <LinkRow key={i} link={e} count={i} />;
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Ŝarĝante…
Reference in New Issue