소스 검색

fix linting error in Notification.jsx

AlexiCauvin 6 년 전
부모
커밋
7a8b18c102
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/component/Header/MenuActionListItem/Notification.jsx

+ 1 - 1
frontend/src/component/Header/MenuActionListItem/Notification.jsx 파일 보기

@@ -18,7 +18,7 @@ const Notification = props => {
18 18
         </button>
19 19
         <div className='timeline__subdropdown dropdown-menu' aria-labelledby='headerDropdownMenuButton'>
20 20
           <div className='timeline__subdropdown__text dropdown-item' >
21
-            {props.t("Archive Topic")}
21
+            {props.t('Archive Topic')}
22 22
           </div>
23 23
           <div className='timeline__subdropdown__text dropdown-item' >
24 24
             {props.t('Deleted File')}