We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db99170 commit ba25f72Copy full SHA for ba25f72
pages/link/index.tsx
@@ -61,7 +61,6 @@ const LinkPage = ({ linkList: initialLinkList, folderList }: LinkPageProps) => {
61
const res = await proxy.get("/api/links", {
62
params: { search },
63
});
64
- console.log(res.data);
65
setLinkCardList(res.data.list);
66
};
67
if (search !== undefined) fetchNewList();
0 commit comments