forked from PalisadoesFoundation/talawa-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2da9090
commit c0db9f4
Showing
9 changed files
with
39 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,6 +126,7 @@ const MOCKS = [ | |
firstName: 'John', | ||
lastName: 'Doe', | ||
email: '[email protected]', | ||
createdAt: '12-03-2024', | ||
}, | ||
], | ||
membershipRequests: [], | ||
|
@@ -189,6 +190,7 @@ const MOCKS_WITH_IMAGE = [ | |
firstName: 'John', | ||
lastName: 'Doe', | ||
email: '[email protected]', | ||
createdAt: '12-03-2024', | ||
}, | ||
], | ||
membershipRequests: [], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,7 @@ export const MOCKS = [ | |
firstName: 'John', | ||
lastName: 'Doe', | ||
email: '[email protected]', | ||
createdAt: '12-03-2024', | ||
}, | ||
], | ||
membershipRequests: { | ||
|
@@ -159,6 +160,7 @@ export const MOCKS_ERROR_UPDATE_ORGLIST = [ | |
firstName: 'John', | ||
lastName: 'Doe', | ||
email: '[email protected]', | ||
createdAt: '12-03-2024', | ||
}, | ||
], | ||
membershipRequests: { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ export const MOCKS = [ | |
firstName: 'John', | ||
lastName: 'Doe', | ||
email: '[email protected]', | ||
createdAt: '12-03-2024', | ||
}, | ||
], | ||
membershipRequests: [ | ||
|
@@ -274,6 +275,7 @@ export const EMPTY_MOCKS = [ | |
firstName: 'John', | ||
lastName: 'Doe', | ||
email: '[email protected]', | ||
createdAt: '12-03-2024', | ||
}, | ||
], | ||
membershipRequests: [], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters