Page MenuHomePhabricator

[Cashtab] [extension address passing p4] Create GetAddress.tsx stub with stories
ClosedPublic

Authored by bytesofman on Oct 19 2022, 17:42.

Details

Summary

T2550

Depends on D12316

Create a stub component 'GetAddress'. This will be built on later in the stack to fetch and display the extension's active wallet address.

Test Plan
cd web/cashtab-components
npm run storybook

Navigate to the GetAddress component
Open the dev console
Click the button and note handleGetAddress appears in the dev console

Diff Detail