mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
chore(style): modify eslint rules (#1011)
* chore(style): use strict rules * chore: modify position * chore(style): warn about `console.log` and `==` * fix: fix `console.log` error * Update CropperDiv.js * Update HomePage.js Co-authored-by: Yang Luo <hsluoyz@qq.com>
This commit is contained in:
@ -61,7 +61,6 @@ class HomePage extends React.Component {
|
||||
}
|
||||
} else {
|
||||
this.state.applications.forEach(application => {
|
||||
console.log(application);
|
||||
items.push({
|
||||
link: application.homepageUrl, name: application.displayName, organizer: application.description, logo: application.logo, createdTime: "",
|
||||
});
|
||||
|
Reference in New Issue
Block a user