mirror of
https://github.com/Dvorinka/ClubLogos.git
synced 2026-06-04 12:02:56 +00:00
4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
export default function cleanComment(data, item, list) {
|
|
list.remove(item);
|
|
};
|