Browse Source

fixed linting issue

Skylsmoi 5 years ago
parent
commit
c5e67c59b0
3 changed files with 4 additions and 6 deletions
  1. 1 1
      bash_library.sh
  2. 2 4
      frontend/src/container/Account.jsx
  3. 1 1
      frontend/src/container/Login.jsx

+ 1 - 1
bash_library.sh View File

@@ -5,5 +5,5 @@ BROWN='\033[0;33m'
5 5
 NC='\033[0m' # No Color
6 6
 
7 7
 function log {
8
-    echo -e "\n${YELLOW}[$(date +'%H:%M:%S')]${BROWN} >> $ $1${NC}\n"
8
+    echo -e "\n${YELLOW}[$(date +'%H:%M:%S')]${BROWN} $ $1${NC}\n"
9 9
 }

+ 2 - 4
frontend/src/container/Account.jsx View File

@@ -79,10 +79,8 @@ class Account extends React.Component {
79 79
         case 'personalData':
80 80
           return <PersonalData />
81 81
 
82
-        {/*
83
-          case 'calendar':
84
-            return <Calendar user={this.props.user} />
85
-        */}
82
+        // case 'calendar':
83
+        //   return <Calendar user={this.props.user} />
86 84
 
87 85
         case 'notification':
88 86
           return <Notification

+ 1 - 1
frontend/src/container/Login.jsx View File

@@ -142,7 +142,7 @@ class Login extends React.Component {
142 142
           <footer className='loginpage__footer'>
143 143
             <div className='loginpage__footer__text whiteFontColor'>
144 144
               copyright © 2013 - 2018 tracim project.
145
-           </div>
145
+            </div>
146 146
           </footer>
147 147
 
148 148
         </section>