Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmpk committed Feb 14, 2024
1 parent 89a4422 commit a26ca90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const mockBounties: Bounty[] = [
organizationImage: 'org-image-1.jpg',
paid: false,
assignee_alias: 'Ednum',
status: 'open',
status: 'open'
},
{
id: 2,
Expand Down
12 changes: 6 additions & 6 deletions src/pages/superadmin/tableComponent/mockBountyData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export const bounties = [
'https://avatars.githubusercontent.com/u/10001?s=460&u=8c61f1cda5e9e2c2d1d5b8d2a5a8a5b8d2a5a8a5&v=4',
bounty_created: '2023-10-04T14:58:50.441223Z',
paid_date: '2023-10-04T14:58:50.441223Z',
assignee_alias:"gk",
paid:true
assignee_alias: 'gk',
paid: true
},
{
id: 2,
Expand All @@ -42,8 +42,8 @@ export const bounties = [
'https://avatars.githubusercontent.com/u/10001?s=460&u=8c61f1cda5e9e2c2d1d5b8d2a5a8a5b8d2a5a8a5&v=4',
bounty_created: '2023-10-04T14:58:50.441223Z',
paid_date: '2023-10-04T14:58:50.441223Z',
assignee_alias:'gk',
paid:false
assignee_alias: 'gk',
paid: false
},
{
id: 3,
Expand All @@ -64,7 +64,7 @@ export const bounties = [
'https://avatars.githubusercontent.com/u/10001?s=460&u=8c61f1cda5e9e2c2d1d5b8d2a5a8a5b8d2a5a8a5&v=4',
bounty_created: '2023-10-04T14:58:50.441223Z',
paid_date: '2023-10-04T14:58:50.441223Z',
assignee_alias:'gk',
paid:false
assignee_alias: 'gk',
paid: false
}
];

0 comments on commit a26ca90

Please sign in to comment.