File size: 83 Bytes
a053984
 
 
1
2
3
4
export default function cleanComment(data, item, list) {
    list.remove(item);
};