Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham1206agra committed Feb 5, 2025
1 parent ec77e38 commit 52b8f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Travel/TravelUpgrade.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function TravelUpgrade() {
createDraftWorkspace('', false, params.name, params.policyID, params.currency, params.avatarFile as File);
setShouldShowConfirmation(false);
setIsUpgraded(true);
createWorkspace('', false, params.name, params.policyID, '', params.currency, params.avatarFile as File);
createWorkspace('', false, params.name, params.policyID, undefined, params.currency, params.avatarFile as File);
};

const onClose = () => {
Expand Down

0 comments on commit 52b8f8c

Please sign in to comment.