Skip to content

Commit

Permalink
fix(announcementbody): dont trigger re-render
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore03109 committed Sep 15, 2023
1 parent 68e118e commit 1556850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layouts/components/Homepage/AnnouncementBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const AnnouncementBody = ({
<Editable.DraggableAccordionItem
title={announcementTitle || "New announcement"}
draggableId={`announcement-${announcementIndex}-draggable`}
key={`announcement-draggable-${uuid()}`}
index={announcementIndex}
isInvalid={_.some(
errors.announcementItems[announcementIndex]
Expand Down

0 comments on commit 1556850

Please sign in to comment.