diff --git a/src/pages/requests/index.tsx b/src/pages/requests/index.tsx index 3663d0689..e0dade296 100644 --- a/src/pages/requests/index.tsx +++ b/src/pages/requests/index.tsx @@ -1,8 +1,8 @@ import React, { FC, useEffect } from 'react'; +import { compose } from 'redux'; import withCommunity, { Props as CommunityProps } from '../../components/with-community'; -import { compose } from 'redux'; import withErrorBoundary from '../../components/with-error-boundary'; import ErrorPage from '../error-page'; import SC from './styled'; @@ -35,6 +35,7 @@ const RequestsPage: FC = ({ {topic.upvotes} {topic.viewcount} +

test

))}