Skip to content

Commit

Permalink
Update src/components/BookTravelButton.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Golen <[email protected]>
  • Loading branch information
cristipaval and tgolen authored Feb 4, 2025
1 parent f7f58db commit b851e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BookTravelButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function BookTravelButton({text}: BookTravelButtonProps) {
return;
}

// Spotnana requires an address anytme an entity is created for a policy
// Spotnana requires an address anytime an entity is created for a policy
if (isEmptyObject(policy?.address)) {
Navigation.navigate(ROUTES.WORKSPACE_PROFILE_ADDRESS.getRoute(policy?.id, Navigation.getActiveRoute()));
return;
Expand Down

0 comments on commit b851e2f

Please sign in to comment.