mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
Remove done todo comments
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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]];
|
||||
|
||||
Reference in New Issue
Block a user