Skip to content

Commit

Permalink
removed: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar committed Nov 24, 2023
1 parent 1d32095 commit 751d3b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/devhub/page/admin/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function createEditTeam({
editPost,
useLabels,
members,
contractCall, // TODO typescript edit_member || add_member
contractCall, // typescript edit_member || add_member
}) {
let txn = [];
console.log("🚀 ~ file: index.jsx:48 ~ teamNames:", teamNames);
Expand Down
6 changes: 3 additions & 3 deletions src/devhub/page/admin/moderatorsTab.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ return (
list: moderators,
},
setList: setModerators,

validate: (newItem) => true, // TODO
invalidate: () => null, // TODO check if id exists on near
// Could add a check to see if it is an valid account id.
validate: (newItem) => true,
invalidate: () => null,
}}
/>
<div
Expand Down

0 comments on commit 751d3b8

Please sign in to comment.