Parcourir la source

fixed linting issue

Skylsmoi il y a 5 ans
Parent
révision
c5e67c59b0
3 fichiers modifiés avec 4 ajouts et 6 suppressions
  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 Voir le fichier

5
 NC='\033[0m' # No Color
5
 NC='\033[0m' # No Color
6
 
6
 
7
 function log {
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 Voir le fichier

79
         case 'personalData':
79
         case 'personalData':
80
           return <PersonalData />
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
         case 'notification':
85
         case 'notification':
88
           return <Notification
86
           return <Notification

+ 1 - 1
frontend/src/container/Login.jsx Voir le fichier

142
           <footer className='loginpage__footer'>
142
           <footer className='loginpage__footer'>
143
             <div className='loginpage__footer__text whiteFontColor'>
143
             <div className='loginpage__footer__text whiteFontColor'>
144
               copyright © 2013 - 2018 tracim project.
144
               copyright © 2013 - 2018 tracim project.
145
-           </div>
145
+            </div>
146
           </footer>
146
           </footer>
147
 
147
 
148
         </section>
148
         </section>