Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham1206agra committed Jan 28, 2025
1 parent 605835a commit 96d8c44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/Travel/TravelUpgrade.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ function TravelUpgrade() {
setShouldShowConfirmation(false);
};

if (shouldShowConfirmation) {
return <WorkspaceConfirmationForm onSubmit={onSubmit} />;
}

return (
<ScreenWrapper
shouldShowOfflineIndicator
Expand Down

0 comments on commit 96d8c44

Please sign in to comment.