diff --git a/src/routes/safe/components/Transactions/GatewayTransactions/modals/RejectTxModal.tsx b/src/routes/safe/components/Transactions/GatewayTransactions/modals/RejectTxModal.tsx
index 571c0678..97637461 100644
--- a/src/routes/safe/components/Transactions/GatewayTransactions/modals/RejectTxModal.tsx
+++ b/src/routes/safe/components/Transactions/GatewayTransactions/modals/RejectTxModal.tsx
@@ -117,12 +117,14 @@ export const RejectTxModal = ({ isOpen, onClose, gwTransaction }: Props): React.
-
+
+
+ {txEstimationExecutionStatus === EstimationStatus.LOADING ? null : (
+
-
-
+
+ )}