Bläddra i källkod

fix linting error in Notification.jsx

AlexiCauvin 5 år sedan
förälder
incheckning
7a8b18c102
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      frontend/src/component/Header/MenuActionListItem/Notification.jsx

+ 1 - 1
frontend/src/component/Header/MenuActionListItem/Notification.jsx Visa fil

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