Skip to content

Commit

Permalink
fixup! feat(suite): new metadata selectors in components and views
Browse files Browse the repository at this point in the history
  • Loading branch information
dahaca committed Jul 21, 2023
1 parent 8666361 commit c6a3cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ export const DisconnectLabelingProvider = () => {
</ActionColumn>
</SectionItem>
);
};
};
2 changes: 1 addition & 1 deletion packages/suite/src/views/wallet/send/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ const Send = ({ children }: SendProps) => {
return <SendLoaded selectedAccount={selectedAccount}>{children}</SendLoaded>;
};

export default Send;
export default Send;

0 comments on commit c6a3cb9

Please sign in to comment.