Skip to content

Commit

Permalink
Merge pull request #1057 from openedx/eahmadjaved/lcm-detailpage-rout…
Browse files Browse the repository at this point in the history
…es-fix

fix: detailpage routes issue
  • Loading branch information
jajjibhai008 authored Oct 12, 2023
2 parents 0e494d1 + fc1470b commit 9700727
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/learner-credit-management/index.js

This file was deleted.

1 change: 1 addition & 0 deletions src/components/learner-credit-management/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react';
import { Route } from 'react-router-dom';
import PropTypes from 'prop-types';
import MultipleBudgetsPage from './MultipleBudgetsPage';
import './learner-credit.scss';
import BudgetDetailPage from './BudgetDetailPage';

const LearnerCreditManagementRoutes = ({ match }) => (
Expand Down

0 comments on commit 9700727

Please sign in to comment.