Remove done todo comments

This commit is contained in:
Benjamin Goering
2017-05-03 17:14:36 -07:00
parent b83381719c
commit e31961716e
2 changed files with 0 additions and 5 deletions
@@ -17,8 +17,6 @@ const getEditableUntilDate = (comment) => {
* Renders a Comment's body in such a way that the end-user can edit it and save changes
*/
export class EditableCommentContent extends React.Component {
// @TODO (bengo) make sure these are accurate wrt isRequired
static propTypes = {
// show notification to the user (e.g. for errors)
-3
View File
@@ -170,9 +170,6 @@ describe('services.UsersService', () => {
});
describe('#ignoreUser', () => {
// @TODO: assert cannot ignore yourself
it('should add user id to ignoredUsers set', async () => {
const user = mockUsers[0];
const usersToIgnore = [mockUsers[1], mockUsers[2]];