質問編集履歴

1

コードの修正

2021/09/07 11:20

投稿

seisei
seisei

スコア19

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  };
38
38
 
39
- export const Posts: React.FC<PropsType> = ({ postsData }) => {
39
+ export const Posts: React.FC<postsType> = ({ postsData }) => {
40
40
 
41
41
  return (
42
42