15088: Adds link-account state and service
[arvados.git] / src / views / link-account-panel / link-account-panel.tsx
index eff8ca80a488d842839067e8ec477a91670a7c0b..491f2055a82b95f28e6da8479920b4e23f675970 100644 (file)
@@ -15,7 +15,8 @@ import {
 
 const mapStateToProps = (state: RootState): LinkAccountPanelRootDataProps => {
     return {
-        user: state.auth.user
+        user: state.auth.user,
+        accountToLink: state.linkAccountPanel.accountToLink
     };
 };