On **complete = {()=>this.completeHandler(post._id)}** line, you are passing post id but you aren't recieving that on completeHandler function. Do that.
What's the structure of your post array? You need a property which defines whether that post is completed or not. If state of 'completed' property of that particular post is completed or true, (maybe) add a class to that post while you render.