Skip to content

Commit

Permalink
Revert "TEMP: REMOVE ME once accountID on personal details is live"
Browse files Browse the repository at this point in the history
This reverts commit f0926c1.
  • Loading branch information
hannojg committed Mar 7, 2023
1 parent d63a77b commit e332259
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/withCurrentUserPersonalDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ export default function (WrappedComponent) {
// eslint-disable-next-line react/jsx-props-no-spreading
{...props}
ref={props.forwardedRef}
currentUserPersonalDetails={{
...props.session,
...props.personalDetails[currentUserEmail],
}}
currentUserPersonalDetails={props.personalDetails[currentUserEmail]}
/>
);
};
Expand Down

0 comments on commit e332259

Please sign in to comment.