Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrkiger committed Sep 19, 2024
1 parent bef235e commit ddce81d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion jsapp/js/account/accountSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {observer} from 'mobx-react-lite';
import Icon from 'js/components/common/icon';
import {IconName} from 'jsapp/fonts/k-icons';
import subscriptionStore from 'js/account/subscriptionStore';
import './accountSidebar.scss';
import useWhenStripeIsEnabled from 'js/hooks/useWhenStripeIsEnabled.hook';
import {OrganizationContext} from 'js/account/organizations/useOrganization.hook';
import {ACCOUNT_ROUTES} from 'js/account/routes.constants';
Expand Down
2 changes: 1 addition & 1 deletion jsapp/js/account/organizations/organizations.constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export enum OrgMemberRole {
'MEMBER' = 'member',
'ADMIN' = 'admin',
'OWNER' = 'owner'
}
}

0 comments on commit ddce81d

Please sign in to comment.