Browse Source

remove todo comment because it's already done.

kaori 5 năm trước cách đây
mục cha
commit
acf6de1f08
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/client/js/components/CustomNavbar.jsx

+ 0 - 1
src/client/js/components/CustomNavbar.jsx

@@ -31,7 +31,6 @@ const CustomNavbar = (props) => {
   const navTitleId = `custom-navtitle-${random}`;
   const navTabId = `custom-navtab-${random}`;
 
-  // [TODO: apply animation by gw4075]
   useEffect(() => {
     if (activeTab === '') {
       return;