Skip to content

Commit

Permalink
EDSC-4234: Missed in commit to fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoroolivares2016 committed Sep 6, 2024
1 parent f7a9f57 commit f0890fd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react'
import React, { useState } from 'react'
import PropTypes from 'prop-types'
import classNames from 'classnames'

Expand Down Expand Up @@ -28,7 +28,6 @@ export const AccessMethodRadio = ({
errorMessage,
externalLink
}) => {
console.log('🚀 ~ file: AccessMethodRadio.jsx:31 ~ externalLink:', externalLink)
const labelClasses = [
'access-method-radio',
{
Expand Down

0 comments on commit f0890fd

Please sign in to comment.