Skip to content

Commit

Permalink
[backend] Lint (#issue/4911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goumies committed Nov 28, 2023
1 parent 4790a95 commit 8fcacbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ interface OrganizationForm {

// endregion

const useStyles = makeStyles<Theme>((theme) => ({
const useStyles = makeStyles<Theme>(() => ({
organization: {
margin: '0 7px 0 0',
float: 'left',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ListItem from '@mui/material/ListItem';
import ListItemText from '@mui/material/ListItemText';
import { makeStyles } from '@mui/styles';
import Switch from '@mui/material/Switch';
import EEChip from '@components/common/entreprise_edition/EEChip';
import EEChip from '../common/entreprise_edition/EEChip';
import EnterpriseEditionButton from '../common/entreprise_edition/EnterpriseEditionButton';
import { SubscriptionFocus } from '../../../components/Subscription';
import { commitMutation, QueryRenderer } from '../../../relay/environment';
Expand Down

0 comments on commit 8fcacbc

Please sign in to comment.