add props

This commit is contained in:
Daria Golova
2022-05-25 15:40:45 +03:00
parent c44516a2f7
commit 6580c211ff
2 changed files with 11 additions and 7 deletions

View File

@@ -13,7 +13,9 @@ function Profile () {
image: ProfileIcon,
value: 'Passport',
property: 'Document type',
status: 'Progress'
status: 'Progress',
transactions: '0x7234ABC342342352345',
validatedData: '7234ABC342342352345'
};
return (
@@ -44,6 +46,8 @@ function Profile () {
value={data.value}
property={data.property}
status={data.status}
transactions={data.transactions}
validatedData={data.validatedData}
/>
</tbody>
</table>