Skip to content

Commit a61faf6

Browse files
joselvelezErik Ritter
andauthored
Update packages/components/src/components/Address/Address.stories.tsx
Co-authored-by: Erik Ritter <[email protected]>
1 parent 28137d0 commit a61faf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const Default = () => <Address value='testaddress.eth' />;
1414
export const DefaultShortenedWithENS = () => <Address shortened value='testaddress.eth' />;
1515

1616
export const DefaultShortenedWithHexAddress = () => (
17-
<Address value='0x7Be8076f4EA4A4AD08075C2508e481d6C946D12b' shortened={true} />
17+
<Address shortened value='0x7Be8076f4EA4A4AD08075C2508e481d6C946D12b' />
1818
);
1919

2020
const AddressUsingProvider = ({ shortened }) => {

0 commit comments

Comments
 (0)