Skip to content

Commit 9399583

Browse files
joselveleztxwkx
andauthored
Update packages/components/src/components/Address/Address.tsx
Co-authored-by: Todor Tsankov <[email protected]>
1 parent 333fa46 commit 9399583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/Address/Address.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export interface AddressProps {
99
/**
1010
* boolean to shorten the address if addresses does not resolve to an ENS name
1111
*/
12-
shortened: boolean;
12+
shortened?: boolean;
1313
}
1414

1515
/**

0 commit comments

Comments
 (0)