From 16255e4cade8f3058f76243b2cdc9507980f8adb Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 14 Jan 2020 21:43:48 +0200 Subject: [PATCH] RRule: fix indentation. --- src/widgets/RRule.tsx | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) 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