Add todos
This commit is contained in:
parent
2bdbf3d645
commit
c30a8ec66c
1 changed files with 3 additions and 0 deletions
|
@ -63,3 +63,6 @@ export const makeSelectCommentsForUri = (uri: string) =>
|
|||
return byClaimId && byClaimId[claimId];
|
||||
}
|
||||
);
|
||||
|
||||
// todo: allow SDK to retrieve user comments through comment_list
|
||||
// todo: implement selectors for selecting comments owned by user
|
||||
|
|
Loading…
Add table
Reference in a new issue