Fix invalid props.

This commit is contained in:
Lucid Kobold
2021-12-05 22:18:14 -06:00
parent bd7f3f7da6
commit 2b1f54e2bc

View File

@@ -130,7 +130,7 @@ const DatePicker = (): JSX.Element => {
const initRef = useRef(); const initRef = useRef();
return ( return (
<Popover w="100%" h="auto" placement="bottom" initialFocusRef={initRef}> <Popover placement="bottom" initialFocusRef={initRef}>
<PopoverTrigger> <PopoverTrigger>
<Button border="none" variant="outline"> <Button border="none" variant="outline">
<Heading w="100%" h="auto"> <Heading w="100%" h="auto">