Skip to content

Commit 57e0e96

Browse files
committed
fix(ui): correct comment formatting for firstChargeDate in SubscriptionForm
1 parent 0118437 commit 57e0e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demo-dapp-with-react-ui/src/components/SubscriptionForm/SubscriptionForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const baseSubscriptionPayload: CreateSubscriptionV2Request = {
1717
id: 0,
1818
period: 1209600, // 2 week
1919
amount: '100000000',
20-
// firstChargeDate: Math.floor(Date.now() / 1000) + 86400, // 1 day from now
20+
firstChargeDate: Math.floor(Date.now() / 1000) + 86400, // 1 day from now
2121
withdrawAddress: 'UQCae11h9N5znylEPRjmuLYGvIwnxkcCw4zVW4BJjVASi5eL',
2222
withdrawMsgBody: 'asdsadasdasda',
2323
metadata: {

0 commit comments

Comments
 (0)