Skip to content

Commit

Permalink
Merge pull request #1214 from BrightID/hotfix-recovery-flow
Browse files Browse the repository at this point in the history
Fix bug in RecoveringConnectionCard.tsx introduced by #1202
  • Loading branch information
adamstallard committed Apr 2, 2024
2 parents 64c147d + ca5d90b commit f45e954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BrightID/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BrightID",
"version": "4.34.0",
"version": "4.34.1",
"private": true,
"scripts": {
"android": "react-native run-android --appIdSuffix debug",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const RecoveringConnectionCard = (props) => {
setUploadingData,
} = props;

const nodeApi = useContext(NodeApiContext);
const { api: nodeApi } = useNodeApiContext();
const [imgErr, setImgErr] = useState(false);
const aesKey = useSelector((state) => state.recoveryData.aesKey);
const channel = useSelector((state) => state.recoveryData.channel);
Expand Down

0 comments on commit f45e954

Please sign in to comment.