OCDevCenterFirstAccessForumPostCommentsCard.react",["fbt","GeoHeading.react","OCDevCenterFirstAccessForumPostComment.react","OCDevCenterFirstAccessForumPostCommentReplies.react","OCDevCenterFirstAccessForumPostCommentReplyField.react","OCDevCenterFirstAccessForumPostCommentsCard_post.graphql","OCDevCenterFirstAccessForumPostCommentsCard_user.graphql","OCDevUICard.react","OCDevUICardSection.react","OCDevUIFlexItem.react","RelayHooks","react"],(function(a,b,c,d,e,f,g,h){"use strict";var i,j,k,l=k||(k=d("react")),m=k.useState;function a(a){var e=a.post;a=a.user;e=d("RelayHooks").useFragment(i!==void 0?i:i=b("OCDevCenterFirstAccessForumPostCommentsCard_post.graphql"),e);var f=d("RelayHooks").useFragment(j!==void 0?j:j=b("OCDevCenterFirstAccessForumPostCommentsCard_user.graphql"),a);a=m(null);var g=a[0],k=a[1];a=((e=(a=e.comments)==null?void 0:a.nodes)!=null?e:[]).filter(Boolean);return a.length===0?null:l.jsxs(c("OCDevUICard.react"),{className:"x12kfqi8 x1izhqgq xv34xx1 x1ddcwha x1qkmp1j x193iq5w xgqtt45",useOldDesign:!0,children:[l.jsx(c("OCDevUICardSection.react"),{children:l.jsx(c("OCDevUIFlexItem.react"),{flexGrow:1,children:l.jsx(c("GeoHeading.react"),{level:3,children:h._("Comments")})})}),a.map(function(a,b){return l.jsxs("div",{children:[l.jsx(c("OCDevCenterFirstAccessForumPostComment.react"),{comment:a,commentType:"comment",position:b,onReply:function(){return k(a.id)}}),l.jsx(c("OCDevCenterFirstAccessForumPostCommentReplies.react"),{comment:a,onReply:function(){return k(a.id)}}),g===a.id?l.jsx(c("OCDevCenterFirstAccessForumPostCommentReplyField.react"),{comment:a,user:f,onCancel:function(){return k(null)}}):null]},b)})]})}a.displayName=a.name+" [from "+f.id+"]";g["default"]=a}),226);
-----
OCDevCenterFirstAccessForumPostCommentReplies.react",["OCDevCenterFirstAccessForumPostComment.react","OCDevCenterFirstAccessForumPostCommentReplies_comment.graphql","RelayHooks","react"],(function(a,b,c,d,e,f,g){"use strict";var h,i,j=i||d("react");function a(a){var e=a.comment,f=a.onReply;a=d("RelayHooks").useFragment(h!==void 0?h:h=b("OCDevCenterFirstAccessForumPostCommentReplies_comment.graphql"),e);e=((a=(e=a.replies)==null?void 0:e.nodes)!=null?a:[]).filter(Boolean);return e.length>0?j.jsx("div",{children:e.map(function(a,b){return j.jsx(c("OCDevCenterFirstAccessForumPostComment.react"),{comment:a,commentType:"inline-reply",onReply:f},b)})}):null}a.displayName=a.name+" [from "+f.id+"]";g["default"]=a}),98);
-----