Skip to content

Commit

Permalink
last changes I forgot to undo
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianRamos3 committed Aug 15, 2024
1 parent 23934f8 commit ecce243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@
"lint-staged": {
"*.{js,tsx,ts}": "suppress-exit-code eslint --fix"
}
}
}
2 changes: 1 addition & 1 deletion frontend/web/components/pages/HomeAside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ConfigProvider from 'common/providers/ConfigProvider'
import Permission from 'common/providers/Permission'
import { Link, NavLink } from 'react-router-dom'
import { IonIcon } from '@ionic/react'
import { code, createOutline} from 'ionicons/icons'
import { code, createOutline } from 'ionicons/icons'
import EnvironmentDropdown from 'components/EnvironmentDropdown'
import ProjectProvider from 'common/providers/ProjectProvider'
import OrganisationProvider from 'common/providers/OrganisationProvider'
Expand Down

0 comments on commit ecce243

Please sign in to comment.