diff --git a/src/widgets/RRule.tsx b/src/widgets/RRule.tsx
index 1200561..360de4b 100644
--- a/src/widgets/RRule.tsx
+++ b/src/widgets/RRule.tsx
@@ -121,8 +121,8 @@ export default function RRule(props: PropsType) {
{menuItemsFrequency}
- {
- !disableComplex &&
+ {!disableComplex && (
+
{(options.freq === 'MONTHLY') &&
} {options.bysetpos &&
- }
-
}
+
+ }
+ {options.bysetpos &&
+
+ }
+
+ )}
Ends