Skip to content
Prev Previous commit
Next Next commit
Make 1 the default change
  • Loading branch information
presleyp committed Oct 12, 2022
commit 30f2b2f7ba1e5d464b89a234203bf9cd4c7f10cd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface EditHoursProps {

export const EditHours = ({ handleSubmit }: EditHoursProps): JSX.Element => {
const { t } = useTranslation("workspacePage")
const [hours, setHours] = useState(0)
const [hours, setHours] = useState(1)
const styles = useStyles()

return (
Expand Down