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

Commit

Permalink
Cleaned up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-andysign committed Jan 23, 2024
1 parent 0a33a5b commit 2812647
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/pages/components/CertificateInputFields.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react' // , { useState }
import React from 'react'
import styled from 'styled-components'

import CertificateTimeInterval from './CertificateTimeInterval'
Expand All @@ -21,20 +21,6 @@ export default function CertificateInputFields({
szVal,
handleSzChgeVal,
}) {
// const [sdVal, setSdVal] = useState('2024-01-01')
// const [stVal, setStVal] = useState('00:00')
// const [edVal, setEdVal] = useState('2024-01-01')
// const [etVal, setEtVal] = useState('23:55')
// const [enVal, setEnVal] = useState('')
// const [szVal, setSzVal] = useState('')

// const handleSdChgeVal = (e) => setSdVal(e.target.value)
// const handleStChgeVal = (e) => setStVal(e.target.value)
// const handleEdChgeVal = (e) => setEdVal(e.target.value)
// const handleEtChgeVal = (e) => setEtVal(e.target.value)
// const handleEnChgeVal = (e) => setEnVal(e.target.value)
// const handleSzChgeVal = (e) => setSzVal(e.target.value)

return (
<>
<MarginedDiv>
Expand Down

0 comments on commit 2812647

Please sign in to comment.