Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
hegeaal committed Oct 5, 2023
1 parent 3f67acb commit 5c4a551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/requests/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -35,6 +35,7 @@ const RequestsPage: FC<Props> = ({
</SC.RequestInfo>
<SC.RequestInfo>{topic.upvotes}</SC.RequestInfo>
<SC.RequestInfo>{topic.viewcount}</SC.RequestInfo>
<p>test</p>
</SC.RequestRow>
))}
</main>
Expand Down

0 comments on commit 5c4a551

Please sign in to comment.