Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanAsh committed Aug 28, 2024
1 parent 4e17c91 commit b4de41e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const AgreementSignatureDetail: FC<AgreementSignatureDetailProps> = () => {
Agreement ID: {agreementSignature.agreement_id}
</Typography>
<Typography variant="h6">
signed at: {agreementSignature.signed_at}
signed at: {agreementSignature.signed_at.toString()}
</Typography>
</Stack>
</pages.Section>
Expand Down

0 comments on commit b4de41e

Please sign in to comment.