refactor(ui): extract auth and avatar components
This commit is contained in:
@@ -27,7 +27,7 @@ export const initialState: PaymentState = {
|
||||
selectedPlanId: "",
|
||||
payChannel: "stripe",
|
||||
autoRenew: true,
|
||||
agreed: false,
|
||||
agreed: true,
|
||||
currentOrderId: null,
|
||||
payParams: null,
|
||||
orderStatus: null,
|
||||
|
||||
Reference in New Issue
Block a user