소스 검색

fix the class subdropdown__link__${app.slug}__text in SubDropdownCreateButton component

AlexiCauvin 6 년 전
부모
커밋
49f2d720cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/component/common/Input/SubDropdownCreateButton.jsx

+ 1 - 1
frontend/src/component/common/Input/SubDropdownCreateButton.jsx 파일 보기

@@ -15,7 +15,7 @@ const SubDropdownCreateButton = props => {
15 15
                 style={{color: app.hexcolor}}
16 16
               />
17 17
             </div>
18
-            <div className='subdropdown__link__folder__text'>
18
+            <div className={`subdropdown__link__${app.slug}__text`}>
19 19
               {app.creationLabel}
20 20
             </div>
21 21
           </div>