Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
duvld committed Oct 30, 2024
1 parent e548597 commit d0dfb7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsapp/js/components/header/mainHeader.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import GitRev from './gitRev.component';
import pageState from 'js/pageState.store';
import styles from './mainHeader.module.scss';
import Button from 'js/components/common/button';
import OrganizationBadge from './organizationBadge.component';
import OrganizationBadge from 'js/components/header/organizationBadge.component';

interface MainHeaderProps extends WithRouterProps {
assetUid: string | null;
Expand Down
2 changes: 1 addition & 1 deletion jsapp/js/components/header/organizationBadge.component.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import styles from './organizationBadge.module.scss';
import {useOrganizationQuery} from 'jsapp/js/account/stripe.api';
import styles from './organizationBadge.module.scss';

export default function OrganizationBadge() {
const orgQuery = useOrganizationQuery();
Expand Down
1 change: 1 addition & 0 deletions jsapp/scss/components/_kobo.navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
}
}
}

.git-rev {
display: none;
}
Expand Down

0 comments on commit d0dfb7f

Please sign in to comment.