Skip to content

Commit

Permalink
flag id variable camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
nkan-aot2 authored Dec 9, 2024
1 parent 05c89ae commit 2be5688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/FOI/Home/ContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const ContextMenu = ({
pageFlags
);
if(updatedPageFlags?.length > 0)
syncPageFlagsOnAction(updatedPageFlags, [pageFlagTypes["Duplicate"], pageFlagTypes["Not Responsive"]].includes(flagid));
syncPageFlagsOnAction(updatedPageFlags, [pageFlagTypes["Duplicate"], pageFlagTypes["Not Responsive"]].includes(flagId));
}
},
(error: any) => console.log(error),
Expand Down

0 comments on commit 2be5688

Please sign in to comment.