ソースを参照

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')}