diff --git a/src/components/IOUConfirmationList.js b/src/components/IOUConfirmationList.js
index c98b78b41d50..20665f9b5f87 100755
--- a/src/components/IOUConfirmationList.js
+++ b/src/components/IOUConfirmationList.js
@@ -328,6 +328,7 @@ class IOUConfirmationList extends Component {
const shouldDisableButton = selectedParticipants.length === 0;
const recipient = this.state.participants[0];
const canModifyParticipants = this.props.isIOUAttachedToExistingChatReport && this.props.hasMultipleParticipants;
+ const isLoading = this.props.iou.loading;
return (
) : (
this.confirm(value)}
options={this.splitOrRequestOptions}
+ isLoading={isLoading}
/>
)}
/>