Skip to content

Commit

Permalink
remove inline eslint disables for icon (#29548)
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Chiang <micahkchiang@gmail.com>
  • Loading branch information
micahchiang authored May 2, 2024
1 parent 888e94e commit 05a49b2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const MobileLogoRow = () => {
type="button"
>
Menu
{/* eslint-disable-next-line @department-of-veterans-affairs/prefer-icon-component */}
<i
aria-hidden="true"
className="fa fa-bars vads-u-margin-left--1 vads-u-font-size--sm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const UserNav = ({ isMobile, isLoading = false, profile = testProfile }) => {
if (isLoading) {
content = (
<div className="loading-icon-container">
{/* eslint-disable-next-line @department-of-veterans-affairs/prefer-icon-component */}
<i
data-testid="user-nav-loading-icon"
className="fa fa-spinner fa-spin fa-lg"
Expand Down
1 change: 0 additions & 1 deletion src/applications/vaos/components/FacilityPhone.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export default function FacilityPhone({
typeof level === 'undefined' &&
`${heading} `}
{!!icon === true && (
// eslint-disable-next-line @department-of-veterans-affairs/prefer-icon-component
<i
aria-hidden="true"
className={classNames(
Expand Down

0 comments on commit 05a49b2

Please sign in to comment.