Skip to content

Commit

Permalink
chore(edit homepage): clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Sep 21, 2023
1 parent 12fb497 commit 612aba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/EditHomepage/EditHomepage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,8 @@ const EditHomepage = ({ match }) => {
setHomepageState(updatedHomepageState)
setScrollRefs(newScrollRefs)

// Edge case for announcement where we need to create a default
// Edge case for announcements where we need to
// create a default announcement item
if (val.announcements) {
const updatedAnnouncementState = onCreate(
updatedHomepageState,
Expand Down

0 comments on commit 612aba0

Please sign in to comment.