diff --git a/src/custom/ActionButton/ActionButton.tsx b/src/custom/ActionButton/ActionButton.tsx index f2b5878d..5ecfbc5f 100644 --- a/src/custom/ActionButton/ActionButton.tsx +++ b/src/custom/ActionButton/ActionButton.tsx @@ -72,7 +72,7 @@ export default function ActionButton({ {options - .filter((option) => option.show !== false) + .filter((option) => option?.show !== false) .map((option, index) => option.isDivider ? (