kntowd 5 лет назад
Родитель
Сommit
3cbf7f77cf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/Hotkeys/Subscribers/ShowStaffCredit.jsx

+ 1 - 1
src/client/js/components/Hotkeys/Subscribers/ShowStaffCredit.jsx

@@ -16,7 +16,7 @@ const ShowStaffCredit = (props) => {
     getContributors();
     getContributors();
   }, [props.appContainer]);
   }, [props.appContainer]);
 
 
-  // 初回のrender時は StaffCredit を render しないようにする
+  // do not render staffCredit if first render
   if (contributors.length === 0) {
   if (contributors.length === 0) {
     return <></>;
     return <></>;
   }
   }