= ({ banner }) => {
css={css`
display: flex;
grid-area: 'orderBy';
+ align-items: center;
justify-content: space-between;
order: 3;
margin-top: 30px;
`}
>
{`전체 ${memberProfileData.pages[0].totalMembersCount}명`}
-
-
- {ORDER_OPTIONS.find((option: Option) => option.value === orderBy)?.label}
-
-
-
- }
- />
+
)}