Skip to content

Commit

Permalink
[Upd] Cleanup unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Nov 2, 2021
1 parent 8d77d34 commit 3baedac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/wizard/VerticalWizardNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ import JsonLdUtils from 'jsonld-utils';
import { ConfigurationContext } from '../../contexts/ConfigurationContext';
import FormUtils from '../../util/FormUtils';
import Question from "../Question";
import QuestionCommentIcon from "../comment/QuestionCommentIcon";

const VerticalWizardNav = ({ steps, onNavigate, currentStep }) => {
const { options } = useContext(ConfigurationContext);

// TODO implement QuestionCommentIcon
return (
<div className="wizard-nav col-2 p-0">
<ListGroup>
Expand Down

0 comments on commit 3baedac

Please sign in to comment.