File size: 116 Bytes
1e92f2d | 1 2 3 4 5 6 | import 'calypso/state/comments/init';
export function getCommentErrors( state ) {
return state.comments.errors;
}
|
1e92f2d | 1 2 3 4 5 6 | import 'calypso/state/comments/init';
export function getCommentErrors( state ) {
return state.comments.errors;
}
|