-
- {isLoggedIn ? ( -
- { - setPageType(PAGE_TYPE_SITEWIDE); - setSort("release_date"); - }} - active={pageType === PAGE_TYPE_SITEWIDE} - type="secondary" - > - All - - setPageType(PAGE_TYPE_USER)} - active={pageType === PAGE_TYPE_USER} - type="secondary" - > - For You - -
- ) : null} +
+
+ { + setPageType(PAGE_TYPE_SITEWIDE); + setSort("release_date"); + }} + active={pageType === PAGE_TYPE_SITEWIDE} + type="secondary" + > + All + + setPageType(PAGE_TYPE_USER)} + active={pageType === PAGE_TYPE_USER} + type="secondary" + disabled={!isLoggedIn} + > + For You + +
Sort By:{" "}