Browse Source

fix linting error in Notification.jsx

AlexiCauvin 5 years ago
parent
commit
7a8b18c102
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/component/Header/MenuActionListItem/Notification.jsx

+ 1 - 1
frontend/src/component/Header/MenuActionListItem/Notification.jsx View File

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