Skip to content

Commit

Permalink
fix update_registration error
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Mar 28, 2024
1 parent 418d3a6 commit 9548fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/potlock/widget/Profile/Body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let ListsSDK =
ListsSDK = ListsSDK({ env: props.env });
const listsContractId = ListsSDK.getContractId();
const userIsRegistryAdmin = ListsSDK.isRegistryAdmin(context.accountId);
const registration = ListsSDK.getRegistration(null, accountId);
const registration = ListsSDK.getRegistration(null, projectId);

const handleUpdateStatus = () => {
Near.call([
Expand Down

0 comments on commit 9548fe0

Please sign in to comment.