Skip to content

Commit

Permalink
Fixed unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adi790u committed Dec 8, 2023
1 parent cab70ec commit dd2c89d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/GraphQl/Queries/Queries.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import gql from 'graphql-tag';

// Query List

// Check Auth

export const CHECK_AUTH = gql`
Expand Down
1 change: 0 additions & 1 deletion src/components/OrganizationScreen/OrganizationScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export interface InterfaceOrganizationScreenProps {
screenName: string; // Internal Screen name for developers
children: React.ReactNode;
}

const organizationScreen = ({
title,
screenName,
Expand Down

0 comments on commit dd2c89d

Please sign in to comment.