Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(use effect line to newlabrequest.tsx): added use effect
Browse files Browse the repository at this point in the history
  • Loading branch information
anyapawar committed Aug 10, 2020
1 parent ec6073a commit 9b34904
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/labs/requests/NewLabRequest.tsx
@@ -1,6 +1,5 @@

import { Typeahead, Label, Button, Alert, Toast } from '@hospitalrun/components'
import React, { useState } from 'react'
import React, { useState, useEffect } from 'react'
import { useDispatch, useSelector } from 'react-redux'
import { useHistory } from 'react-router-dom'

Expand Down

0 comments on commit 9b34904

Please sign in to comment.