質問編集履歴

2

編集

2020/03/14 15:20

投稿

whiwhdiw
whiwhdiw

スコア70

test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
  <p key={index} >
70
70
 
71
- {New.renderGroupName(group.pathNames)}
71
+ {Index.renderGroupName(group.pathNames)}
72
72
 
73
73
  <span
74
74
 

1

編集

2020/03/14 15:20

投稿

whiwhdiw
whiwhdiw

スコア70

test CHANGED
File without changes
test CHANGED
@@ -90,9 +90,7 @@
90
90
 
91
91
  open={state.isShowModal}
92
92
 
93
- modalType={'groups'}
94
-
95
- onClickCloseModal={() => this.onClickCloseModal('Close')}
93
+ onClick={() => this.onClickCloseModal('Close')}
96
94
 
97
95
  onClickAddGroupFunc={onClickGroups}
98
96