Skip to content

Commit

Permalink
Merge branch 'events-recurring' of https://github.com/Megha-Dev-19/ga…
Browse files Browse the repository at this point in the history
…teway into events-recurring
  • Loading branch information
Megha-Dev-19 committed Mar 18, 2024
2 parents b75b565 + f5d2deb commit 669cfe8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/builddao/widget/components/modals/event/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ const [startTime, setStartTime] = useState(getCurrentTime());
const [endTime, setEndTime] = useState(getCurrentTime());
const [location, setLocation] = useState("");
const [hashtags, setHashtags] = useState([]);
const [customButtonSrc, setCustomButtonSrc] = useState("");
const [repeat, setRepeat] = useState(false);
const [customModal, setCustomModal] = useState(false);
const [customFrequency, setCustomFrequency] = useState("weekly");
Expand All @@ -231,8 +230,6 @@ State.init({
image: null,
});

const app = props.app;
const thing = props.thing;
const CustomFormWrapper = styled.div`
.cursor-pointer {
cursor: pointer;
Expand Down

0 comments on commit 669cfe8

Please sign in to comment.