Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian0701 committed Feb 15, 2023
1 parent eb92b40 commit c325844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/about/usecase_items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function UseCaseItems(props: {

const useDescripList = useDescrip.map((v) => {
return <p key={v}>{t(v)}</p>;
});
}); //todo: react use id

return (
<div className={myStyles.useitem_container}>
Expand Down
2 changes: 1 addition & 1 deletion src/components/common/news_list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function NewsList() {
date={v.date}
image={v.image}
contents={v.contents}
link={v.id}
link={v.id} //link 格式
/>
);
});
Expand Down

0 comments on commit c325844

Please sign in to comment.