Skip to content

Commit

Permalink
pass cliffDate in form payment display
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Aug 28, 2024
1 parent 4a0fb6a commit d255ab7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export function RoleFormPaymentStreams() {
asset: payment.asset,
endDate: payment.endDate,
startDate: payment.startDate,
cliffDate: payment.cliffDate,
isStreaming: () => false,
}}
onClick={() => {
Expand Down

0 comments on commit d255ab7

Please sign in to comment.