Skip to content

Commit

Permalink
updates to fix styles (#33640)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskim2311 authored Dec 17, 2024
1 parent 87cac84 commit 7ee28db
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
import React from 'react';
import PropTypes from 'prop-types';
import environment from 'platform/utilities/environment';
import Breadcrumbs from './Breadcrumbs';
import BreadcrumbsV2 from './v2/BreadcrumbsV2';

export default function DischargeWizardApp({ children }) {
const isProd = environment.isProduction();

if (isProd) {
return (
<div className="discharge-wizard row vads-u-padding-x--1 desktop-lg:vads-u-padding-x--0">
<Breadcrumbs />
{children}
</div>
);
}
return (
<div className="row discharge-wizard-v2 vads-u-padding-bottom--8">
<BreadcrumbsV2 />
Expand Down

0 comments on commit 7ee28db

Please sign in to comment.