\n
\n {\n posts.map((post, index) => {\n return (\n
\n {\n renderItem\n ? renderItem(post, index)\n :\n onPostClick(post, index)}\n imageRatio={imageRatio}\n showUser={showUser}\n showInlineProduct={showInlineProduct}\n hideScrapButton={hideScrapButton}\n hideTextAndProduct={hideTextAndProduct}\n mediaIconPos={mediaIconPos}\n />\n }\n
\n )\n })\n }\n {\n onShowMoreClick &&\n
\n \n 더보기\n
\n }\n
\n
\n