Skip to content

Commit

Permalink
remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cretadn22 committed Jun 7, 2024
1 parent 95f9a52 commit 1e95d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/MoneyRequestAmountForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function MoneyRequestAmountForm(
return translate('iou.submitExpense');
}
return isEditing ? translate('common.save') : translate('common.next');
}, [skipConfirmation, iouType, currency, isEditing, translate]);
}, [skipConfirmation, iouType, isEditing, translate]);

const canUseTouchScreen = DeviceCapabilities.canUseTouchScreen();

Expand Down

0 comments on commit 1e95d49

Please sign in to comment.