Skip to content

Commit

Permalink
fix render issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdisungkar committed May 31, 2024
1 parent 964d18a commit 5b88238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/app/frontend/src/pages/TripInformationPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import '../styles/TripInformationPage.css'
import { useParams } from 'react-router-dom';
import styles from '../styles/TripRequest.module.css';
import { useNavigate } from 'react-router-dom';
import { UserContext } from './UserContext';
import { UserContext } from '../components/UserContext';

const TripInformation = () => {
const { tripId } = useParams();
Expand Down

0 comments on commit 5b88238

Please sign in to comment.