Skip to content

Commit

Permalink
fix: removed default fallback
Browse files Browse the repository at this point in the history
- Removed fallback as it is used only for testing.

Signed-off-by: Akhilender <[email protected]>
  • Loading branch information
akhilender-bongirwar committed Mar 24, 2024
1 parent f5b90b4 commit ea6ca67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/screens/OrganizationFunds/OrganizationFunds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,7 @@ const organizationFunds = (): JSX.Element => {
align="center"
data-testid="fundCreatedBy"
>
{fund.creator
? `${fund.creator.firstName} ${fund.creator.lastName}`
: 'John Doe'}
{fund.creator.firstName} {fund.creator.lastName}
</StyledTableCell>
<StyledTableCell
align="center"
Expand Down

0 comments on commit ea6ca67

Please sign in to comment.