File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/routes/CreateNewTeam/pages/CreateTaasPayment Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { clearSearchedRoles } from "../../../actions";
12
12
13
13
import "./styles.module.scss" ;
14
14
15
- const PaymentRule = ( { calculatedAmount } ) => {
15
+ const PaymentRule = ( ) => {
16
16
const [ processing , setProcessing ] = useState ( false ) ;
17
17
const [ isChecked , setIsChecked ] = useState ( false ) ;
18
18
const [ clicked , setClicked ] = useState ( true ) ;
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ const CreateTassPayment = () => {
172
172
{ calculatedAmount ? (
173
173
< PaymentForm calculatedAmount = { calculatedAmount } />
174
174
) : (
175
- < PaymentRule calculatedAmount = { calculatedAmount } />
175
+ < PaymentRule />
176
176
) }
177
177
</ ThemeProvider >
178
178
</ Elements >
You can’t perform that action at this time.
0 commit comments