Skip to content

Commit

Permalink
Merge pull request #180 from mdrianislam0or1/fix/#142
Browse files Browse the repository at this point in the history
Fix/#142
  • Loading branch information
arodriguezl9302 authored Jul 12, 2022
2 parents 7de35e1 + 91c6d8a commit 09c56de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/Check/index.jsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/* eslint-disable no-unused-vars */
// @ts-nocheck
import { useState } from 'react'
import toast from 'react-hot-toast'
import { useHistory } from 'react-router-dom'
import { Form, Modal, Text } from '../../components'
import warning from '../../assets/warning.png'
import imgSearch from '../../assets/img_search.png'
import warning from '../../assets/warning.png'
import { Form, Modal, Text } from '../../components'
import FormInput from '../../components/FormInput'
import { useGetPackagesIdByCode } from '../../hooks'
import Layout from './Check.layout'
import FormInput from '../../components/FormInput'
import { TextHandlerColorMobile, ImgSearch } from './Check.styled'
import toast from 'react-hot-toast'
import { ImgSearch, TextHandlerColorMobile } from './Check.styled'

const Check = () => {
const [ packageCode, setPackageCode ] = useState('')
Expand Down Expand Up @@ -51,7 +51,7 @@ const Check = () => {
return (
<Layout
headerTitle="Hola!"
headerSubtitle="Ingresa tu número de boleta"
headerSubtitle="Inserte su numero de Boleta"
DontForgetModal={
<Modal isOpen={isModalOpen} handleClick={() => changeIsModalOpen(false)} actionText="Entendido">
<img src={warning} width='61' height='60' alt="Warning" />
Expand Down

0 comments on commit 09c56de

Please sign in to comment.