Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus14 committed Oct 20, 2023
1 parent 3e7d792 commit 16a14c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/utils/LabeledLinearProgress.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import React, { ReactElement } from 'react';
import { colors } from '../../colors';
import Box from '@material-ui/core/Box';
import LinearProgress from '@material-ui/core/LinearProgress';
import Typography from '@material-ui/core/Typography';
import styles from '../Review/Review.module.scss';
import { makeStyles } from '@material-ui/core';

type Props = {
Expand Down
7 changes: 3 additions & 4 deletions frontend/src/pages/ApartmentPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ const ApartmentPage = ({ user, setUser }: Props): ReactElement => {
}
}, [isMobile, reviewData.length]);

const handleShowMore = () => {
setResultsToShow(resultsToShow + 5);
};
// const handleShowMore = () => {
// setResultsToShow(resultsToShow + 5);
// };

const handlePageNotFound = () => {
setNotFound(true);
Expand All @@ -159,7 +159,6 @@ const ApartmentPage = ({ user, setUser }: Props): ReactElement => {
container,
expand,
expandOpen,
horizontalLine,
} = useStyles();

useTitle(
Expand Down

0 comments on commit 16a14c0

Please sign in to comment.